Skip to content

Commit

Permalink
fix build:release
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Aug 23, 2016
1 parent 23aba0d commit d2ac13d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _develop/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cp dist/quill.core.css dist/quill.bubble.css dist/quill.snow.css dist/quill.js d

cd .release

printf "cdn: .\nversion: ." > jekyll.yml
printf "cdn: .\nversion: .\nquill: quill.js" > jekyll.yml
jekyll build -s ../node_modules/quill-docs -d _site --config ../node_modules/quill-docs/_config.yml,jekyll.yml

mkdir quill/examples
Expand Down
2 changes: 1 addition & 1 deletion _develop/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if (process.argv.indexOf('--coverage') !== -1) {

if (process.argv.indexOf('--minimize') !== -1) {
module.exports.entry = {
'quill.min.js': './quill.js'
'quill.min': './quill.js'
};
module.exports.plugins.push(
new webpack.optimize.DedupePlugin(),
Expand Down

0 comments on commit d2ac13d

Please sign in to comment.