Skip to content

Commit 9578a0a

Browse files
author
Rafael Grigorian
committed
Fixed #104
1 parent 965db25 commit 9578a0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ gulp.task ( "build-styles", ["init"], ( callback ) => {
5757
.pipe ( sass ({ includePaths: `${SOURCE_DIR}/skin/adminhtml/base/default/scss` }) )
5858
.pipe ( minify () )
5959
.pipe ( concat ("bundle.min.css") )
60+
.pipe ( replace ( /src\/skin\/adminhtml\/base\/default\/scss\/cloudflare\//g, "" ) )
6061
.pipe ( gulp.dest (`${BUILD_DIR}/skin/adminhtml/base/default/css/${PACKAGE_SHORTNAME}`) )
6162
.on ( "done", callback )
6263
})

0 commit comments

Comments
 (0)