An open API service indexing awesome lists of open source software.

https://github.com/serradura/lodash_ext

lodash.js / underscore.js extensions.
https://github.com/serradura/lodash_ext

Last synced: 6 months ago
JSON representation

lodash.js / underscore.js extensions.

Awesome Lists containing this project

README

          

# lodash_ext
==========

lodash.js / underscore.js extensions.

### Grunt
Install npm using home brew

$ brew install npm

Install grunt-cli

$ npm install -g grunt-cli

Install all dev dependencies

$ npm-install

or install dev dependencies separetely

uglify to minify files (https://github.com/gruntjs/grunt-contrib-uglify)

$ npm install grunt-contrib-uglify --save-dev

concat to concatenate files (https://github.com/gruntjs/grunt-contrib-concat)

$ npm install grunt-contrib-concat --save-dev

run qunit tests (https://github.com/gruntjs/grunt-contrib-qunit)

$ npm install grunt-contrib-qunit --save-dev

run grunt to run tests, concat and minify files

$ grunt