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.
- Host: GitHub
- URL: https://github.com/serradura/lodash_ext
- Owner: serradura
- License: mit
- Created: 2014-09-02T15:12:47.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-24T12:17:00.000Z (almost 11 years ago)
- Last Synced: 2025-03-25T02:43:46.868Z (7 months ago)
- Language: JavaScript
- Size: 322 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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