We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965db25 commit 9578a0aCopy full SHA for 9578a0a
gulpfile.js
@@ -57,6 +57,7 @@ gulp.task ( "build-styles", ["init"], ( callback ) => {
57
.pipe ( sass ({ includePaths: `${SOURCE_DIR}/skin/adminhtml/base/default/scss` }) )
58
.pipe ( minify () )
59
.pipe ( concat ("bundle.min.css") )
60
+ .pipe ( replace ( /src\/skin\/adminhtml\/base\/default\/scss\/cloudflare\//g, "" ) )
61
.pipe ( gulp.dest (`${BUILD_DIR}/skin/adminhtml/base/default/css/${PACKAGE_SHORTNAME}`) )
62
.on ( "done", callback )
63
})
0 commit comments