0.3.0 • Published 10 years ago

bower-amd-dist v0.3.0

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

Builds your AMD libraries for use in browsers, and supports AMD-enabled and traditional globals-based environments.

npm install bower-amd-dist --save-dev
bower-amd-dist

This will read your package.json to determine your main AMD module, builds it using require.js optimizer, then outputs it to the dist location specified by "main" in your bower.json.

It also reads dependencies from your bower.json, and injects them as fake AMD modules when using browser globals.

Use With Grunt

In your Gruntfile:

grunt.loadNpmTasks('bower-amd-dist');

// ...

grunt.registerTask('default', ['bower-amd-dist']);
0.3.0

10 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.1.1

11 years ago