mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
Refactor Dockerfile and package.json (#2089)
This commit is contained in:
@@ -69,7 +69,7 @@ gulp.task('clean-dirs', () => {
|
||||
*/
|
||||
gulp.task('sass', () => {
|
||||
return gulp
|
||||
.src(argv.withPlugins || BUILD ? `${srcDir}/scss/!(_)*.scss` : `${srcDir}/scss/+(tabler|demo).scss`)
|
||||
.src(`${srcDir}/scss/!(_)*.scss`)
|
||||
.pipe(debug())
|
||||
.pipe(sass({
|
||||
includePaths: ['node_modules'],
|
||||
|
||||
Reference in New Issue
Block a user