Skip to content

Commit

Permalink
[fixed] Make the non-minified dist build present again (#164)
Browse files Browse the repository at this point in the history
This commit removes the `-p` flag from the call to webpack
so that the webpack config works as intended, creating two
files in the dist directory, one minified and one unminified.

After 3f32338 was merged the
build ended up only producing the production minified versions
for both files.  This commit restores the initial behavior
of a non-minified and a minified file.
  • Loading branch information
claydiffrient committed Apr 21, 2016
1 parent 04db149 commit a10683a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
webpack --config webpack.dist.config.js -p
webpack --config webpack.dist.config.js

0 comments on commit a10683a

Please sign in to comment.