Skip to content
This repository was archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
Use --progress to inform users what's happening during the Webpack bu…
Browse files Browse the repository at this point in the history
…ild process
  • Loading branch information
aaronbushnell committed Jan 27, 2017
1 parent b9a981f commit 2ecb96b
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/assets/_compiled/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/assets/_compiled/vendor.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h3>Generated by svg-sprite</h3>

<div data-my-module></div>

<script src="/assets/_compiled/vendor.0d98148c2994e8e9f06f651ec5e811b6.js" async></script>
<script src="/assets/_compiled/app.83208692e6d4725b65988ae316d17370.js" async></script>
<script src="/assets/_compiled/vendor.a802573f7cea5c750a03efcbc3e85bab.js" async></script>
<script src="/assets/_compiled/app.6f87f15a2de939f1fd76cdd72d72be07.js" async></script>
</body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "project-generator",
"version": "2.5.1",
"version": "2.5.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tasks/subtasks/scriptsProd.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env sh

NODE_ENV=production ./node_modules/.bin/webpack -p
NODE_ENV=production ./node_modules/.bin/webpack -p --progress

0 comments on commit 2ecb96b

Please sign in to comment.