1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-16 11:36:20 +02:00

update atomizer and also add atomizer generator. fixes

This commit is contained in:
Kushagra Gour
2017-11-09 00:01:19 +05:30
parent bba5f040a4
commit c96d580177
2 changed files with 10 additions and 18997 deletions

@ -0,0 +1,8 @@
npm install atomizer
touch atomizer.js
echo "require('atomizer');" > atomizer.js
webpack --output-library Atomizer --output-library-target umd atomizer atomizer-web.js
uglifyjs atomizer-web.js --compress > atomizer-web.min.js
echo 'window.atomizer = new Atomizer();' >> atomizer-web.min.js
mv atomizer-web.min.js src/lib/atomizer.browser.js
rm atomizer-web.js gen-atomizer.js

File diff suppressed because one or more lines are too long