Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
romaninsh committed Dec 15, 2019
1 parent 2326cfa commit ef3e013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Compile JS files for CDN
run: |
npm install -g less-plugin-clean-css
(cd js; npm run build; cd ..)
(cd js; npm install; npm run build; cd ..)
lessc public/agileui.less public/agileui.css --clean-css="--s1 --advanced --compatibility=ie8" --source-map
uglifyjs --compress -- public/agileui.js > public/agileui.min.js
echo '!agileui.css' >> public/.gitignore
Expand Down

0 comments on commit ef3e013

Please sign in to comment.