grunt-mdlldr
v0.0.2
Published
Makes node modules browser friendly
Readme
grunt-mdlldr
Makes node modules browser friendly
Getting Started
Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-mdlldr
Then add this line to your project's grunt.js gruntfile:
grunt.loadNpmTasks('grunt-mdlldr');Documentation
adding to modules to your gruntfile:
mdlldr: {
module1: {
root: './app/lib',
src: ['module1.js'],
dest: './build/module1.js'
},
module2: {
root: './app/lib',
src: ['module2.js'],
dest: './build/module2.js',
overrides: {
DateZ: 'DateZ',
underscore: 'underscore'
}
}
}License
Copyright (c) 2012 August Hovland Licensed under the MIT license.
