Skip to content

Commit fc0ec29

Browse files
committed
Drop bower support
1 parent be4d846 commit fc0ec29

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
bower_components
21
node_modules
32
assets
43
dist

tasks/css.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gulp.task('css', () =>
1919
.pipe(gulpif(!config.production, sourcemaps.init()))
2020
.pipe(plumber({ errorHandler: notify.onError('Error: <%= error.message %>') }))
2121
.pipe(sass({
22-
includePaths: ['./node_modules', './bower_components'],
22+
includePaths: ['./node_modules'],
2323
outputStyle: 'expanded',
2424
sourceMap: true,
2525
errLogToConsole: true,

webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ const webpackConfig = {
3535
modules: [
3636
JS_DEV,
3737
'node_modules',
38-
'bower_components',
3938
],
4039
extensions: ['.js', '.json'],
4140
},

0 commit comments

Comments
 (0)