Skip to content

Commit

Permalink
Merge branch 'work'
Browse files Browse the repository at this point in the history
  • Loading branch information
MightyPork committed Sep 13, 2017
2 parents 891a446 + 72279bf commit d7551c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _build_js.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else
smarg=--source-maps
fi

npm run babel -- -o "out/js/app.$FRONT_END_HASH.js" ${smarg} \
npm run babel -- -o "out/js/app.$FRONT_END_HASH.js" ${smarg} js/lib \
js/lib/chibi.js \
js/lib/keymaster.js \
js/lib/polyfills.js \
Expand Down

0 comments on commit d7551c3

Please sign in to comment.