diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-03-02 15:02:41 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-03-02 15:02:41 -0500 |
commit | f524a67e0bfc498d748a2293bd57ee6f900fa9e5 (patch) | |
tree | 0abb8e8d798abb48fd5936f22c6bd303eb7eebef | |
parent | 930ab7e6476149d19ba523de77b8871d78cabdec (diff) | |
download | html5ks-f524a67e0bfc498d748a2293bd57ee6f900fa9e5.tar.xz html5ks-f524a67e0bfc498d748a2293bd57ee6f900fa9e5.zip |
meh
-rw-r--r-- | Makefile | 6 | ||||
m--------- | Modernizr | 0 |
2 files changed, 3 insertions, 3 deletions
@@ -149,12 +149,12 @@ JSDATA := www/js/play.js www/js/images.js JS := $(JSLIBS) $(MYJS) $(JSDATA) JSOUT := www/js/all.min.js -Modernizr/dist/modernizr-build.js: config-all.json +Modernizr/dist/modernizr-build.js: Modernizr ln -fs ../../config-all.json Modernizr/lib/config-all.json cd Modernizr && npm update && node_modules/.bin/grunt build -when/build/when.js: - cd when && npm update && npm run browserify-debug +when/build/when.js: when + export PYTHON=python2; cd when && npm update && npm run browserify-debug js: $(JSOUT) diff --git a/Modernizr b/Modernizr -Subproject 96b3e677965b33e4af227d573da69775f2ad480 +Subproject 22a9cacbc8dbb0db50d78171e122fdaf5a0bcd1 |