Skip to content

Commit

Permalink
Merge branch 'hotfix/1.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Igloczek committed Jul 15, 2019
2 parents c014b8c + c09eece commit 423957a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helper/sass-lint.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'
module.exports = function(gulp, plugins, config, name, file) { // eslint-disable-line func-names
const theme = config.themes[name]
const srcBase = plugins.path.join(config.config.tempPath, theme.dest)
const srcBase = plugins.path.join(config.tempPath, theme.dest)
const sassLintConfig = require('../helper/config-loader')('sass-lint.yml', plugins, config)

return gulp.src(file || plugins.globby.sync(srcBase + '/**/*.scss'))
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.7.0",
"version": "1.7.1",
"author": {
"name": "Bartek Igielski",
"email": "[email protected]"
Expand Down

0 comments on commit 423957a

Please sign in to comment.