Skip to content

Commit

Permalink
fix dependencies for js bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmnk Freemountainer authored and Dmnk Freemountainer committed Dec 5, 2016
1 parent 53597bb commit 1c05af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ js-build: $(JS_OBJECTS)
##
# bundel quark js
#
$(TMP_PATH)/bundles/quark.js: $(JS_OBJECTS) $(JS_BUILD)/quark.js $(JS_BUILD)/package.json $(JS_BUILD)/node_modules
$(TMP_PATH)/bundles/quark.js: $(DEPENDENCIES) $(JS_OBJECTS) $(JS_BUILD)/quark.js $(JS_BUILD)/package.json
mkdir -p $(dir $@)
$(NODE_CMD) $(JS_BUILD)/node_modules/browserify/bin/cmd.js $(JS_BUILD)/quark.js --node -s quark > $@

Expand Down

0 comments on commit 1c05af9

Please sign in to comment.