Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Gaunt committed Jun 9, 2016
1 parent 8d0083e commit a1d0a5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ gulp.task('build', function() {

bundler.plugin('browserify-header');
bundler.plugin('minifyify', {
map: 'sw-toolbox.map.json',
output: 'sw-toolbox.map.json'
map: './build/sw-toolbox.map.json',
output: './build/sw-toolbox.map.json'
});

return bundler
Expand Down
2 changes: 1 addition & 1 deletion project/create-release-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fi
# Copy over files that we want in the release
cp -r ./docs $1
cp -r ./lib $1
cp -r ./build $1
cp -r ./build/* $1
cp LICENSE $1
cp package.json $1
cp bower.json $1
Expand Down

0 comments on commit a1d0a5e

Please sign in to comment.