Download:
child 286:6d3e76c87568
parent 284:e22f9112672f
285:30fd0d2a81ce
Anton Shestakov <av6@dwimlabs.net>, Sat, 16 Sep 2017 22:29:17 +0800
Make: use npm update for devel target package.json says we want coffee-script >= 1.6.1, so that's what `make devel` should install (the newest version): since .js source is tracked, there's no risk of running into breaking changes in coffee-script outside of test environment. But running into such changes during tests is OK and even potentially desirable.

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
Makefile file | annotate | diff | comparison | revisions
--- a/Makefile Sat Sep 16 22:14:00 2017 +0800
+++ b/Makefile Sat Sep 16 22:29:17 2017 +0800
@@ -2,7 +2,7 @@
devel:
- npm install
+ npm update
sed -i -e 's@^#!/usr/bin/env node$$@&js@' ./node_modules/coffee-script/bin/coffee