Skip to content

Commit

Permalink
update Makefile, rebuild dist/
Browse files Browse the repository at this point in the history
mreinstein committed Mar 18, 2018

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 6840f12 commit cb0d8f1
Showing 4 changed files with 6,207 additions and 8,079 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -38,8 +38,7 @@ dist/plist-parse.js: node_modules lib/parse.js dist
dist/plist.js: node_modules lib/*.js dist
@$(BROWSERIFY) \
--standalone plist \
--ignore lib/node.js \
lib/plist.js > $@
index.js > $@

node_modules: package.json
@NODE_ENV= $(NPM) install
Loading

0 comments on commit cb0d8f1

Please sign in to comment.