Skip to content

Commit

Permalink
add core files
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Aug 18, 2016
1 parent ddfe90b commit f15ae03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _develop/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mkdir .release
mkdir .release/quill

npm run build
cp dist/quill.css dist/quill.bubble.css dist/quill.snow.css dist/quill.js .release/quill/
cp dist/quill.core.css dist/quill.bubble.css dist/quill.snow.css dist/quill.js dist/quill.core.js .release/quill/
uglifyjs .release/quill/quill.js > .release/quill/quill.min.js

cd .release
Expand Down

0 comments on commit f15ae03

Please sign in to comment.