Skip to content

Commit

Permalink
Update depenedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenafo committed Dec 20, 2022
1 parent 5d17936 commit 15728e3
Show file tree
Hide file tree
Showing 3 changed files with 9,205 additions and 198 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ all:
cp ./src/*.js ./build
for js in `find ./build/*`; do cat $$js >> ./build/trendyways_raw.js; done
echo generating trendyways.js ...
nodejs ./node_modules/browserify/bin/cmd.js ./build/trendyways_raw.js --standalone tw > dist/trendyways.js
node ./node_modules/browserify/bin/cmd.js ./build/trendyways_raw.js --standalone tw > dist/trendyways.js
rm -Rf ./build
echo generating trendyways.min.js ...
nodejs ./node_modules/uglify-es/bin/uglifyjs dist/trendyways.js -o dist/trendyways.min.js
node ./node_modules/uglify-es/bin/uglifyjs dist/trendyways.js -o dist/trendyways.min.js

docs: trendyways.js
rm -Rf ./docs
Expand Down
Loading

0 comments on commit 15728e3

Please sign in to comment.