Skip to content

Commit

Permalink
build shim from node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
pllee committed Dec 13, 2013
1 parent 8ca92b1 commit 15ac5ff
Show file tree
Hide file tree
Showing 9 changed files with 13,274 additions and 13,310 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ module.exports = function(grunt) {
cmd: 'node_modules/.bin/browserify --debug lib/luc.js > build/luc.js'
},
buildShim: {
cmd: 'node_modules/.bin/browserify --debug lib/luc-es5-shim.js > build/luc-es5-shim.js'
cmd: 'node_modules/.bin/browserify --debug node_modules/es5-shim-sham/index.js lib/luc.js > build/luc-es5-shim.js'
},
buildTest: {
cmd: 'node_modules/.bin/browserify --debug --im test/lib/luc.js > pages/testRunner/build/tests.js'
cmd: 'node_modules/.bin/browserify --debug --im node_modules/es5-shim-sham/index.js test/lib/luc.js > pages/testRunner/build/tests.js'
},
runTest: {
cmd: 'node_modules/.bin/mocha -R list'
Expand Down
Loading

0 comments on commit 15ac5ff

Please sign in to comment.