Skip to content

Commit 3405049

Browse files
author
Rafael Grigorian
committed
Fixed #18
1 parent a7e11e2 commit 3405049

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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}/app/code/${PACKAGE_PATH}/view/adminhtml/web/scss` }) )
5858
.pipe ( minify () )
5959
.pipe ( concat ("bundle.min.css") )
60+
.pipe ( replace ( /src\/app\/code\/JetRails\/Cloudflare\/view\/adminhtml\/web\/scss\//g, "" ) )
6061
.pipe ( gulp.dest (`${BUILD_DIR}/app/code/${PACKAGE_PATH}/view/adminhtml/web/css`) )
6162
.pipe ( gulp.dest (`${SOURCE_DIR}/app/code/${PACKAGE_PATH}/view/adminhtml/web/css`) )
6263
.on ( "done", callback )

0 commit comments

Comments
 (0)