Browse Source

Don't rebuild browser version on demo compile

pull/14/head
Vitaly Puzrin 10 years ago
parent
commit
b517773b4a
  1. 2
      Makefile

2
Makefile

@ -12,7 +12,7 @@ CURR_HEAD := $(firstword $(shell git show-ref --hash HEAD | cut -b -6) master)
GITHUB_PROJ := https://github.com//jonschlinkert/${NPM_PACKAGE}
demo: lint browserify
demo: lint
./support/demodata.js > demo/sample.json
jade demo/index.jade -P --obj demo/sample.json
stylus -u autoprefixer-stylus demo/assets/index.styl

Loading…
Cancel
Save