Skip to content

Commit

Permalink
Merge branch 'hotfix/1.5.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
Igloczek committed Jul 4, 2017
2 parents e4ce75e + f954ab8 commit 7c0cc60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "snowdog/frontools",
"description": "Set of front-end tools for Magento 2, based on Gulp.js",
"version": "1.5.4",
"version": "1.5.5",
"license": "MIT",
"type": "magento2-component"
}
2 changes: 1 addition & 1 deletion helper/babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = function(gulp, plugins, config, name, file) { // eslint-disable
.pipe(plugins.if(!disableMaps && !production, plugins.sourcemaps.write()))
.pipe(plugins.if(production, plugins.rename({ suffix: '.min' })))
.pipe(plugins.rename(adjustDestinationDirectory))
.pipe(plugins.multiDest(dest))
.pipe(plugins.multiDest(dest, { overwrite: true }))
.pipe(plugins.logger({
display : 'name',
beforeEach: 'Theme: ' + name + ' ',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magento2-frontools",
"version": "1.5.4",
"version": "1.5.5",
"author": {
"name": "Bartek Igielski",
"email": "[email protected]"
Expand Down

0 comments on commit 7c0cc60

Please sign in to comment.