Skip to content

Commit

Permalink
Chore: remove more unused makefile rules
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Aug 6, 2016
1 parent e6d04fe commit 2dc2582
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Expand Up @@ -65,9 +65,3 @@ browser:
npm install `node format_deps.js`
./node_modules/browserify/bin/cmd.js -o ./bin/mongoose.js lib/browser.js
./node_modules/uglify-js/bin/uglifyjs ./bin/mongoose.js -o ./bin/mongoose.min.js --screw-ie8 -c -m

browser_debug:
./node_modules/browserify/bin/cmd.js -o ./bin/mongoose.debug.js lib/browser.js -d

test_browser:
./node_modules/karma/bin/karma start karma.local.conf.js

0 comments on commit 2dc2582

Please sign in to comment.