Skip to content

Commit 799e94b

Browse files
Awk34kingcody
authored andcommitted
refactor(grunt): remove no longer needed paths
remove Sass/Stylus/Less include paths
1 parent 76325bd commit 799e94b

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

Diff for: app/templates/Gruntfile.js

+1-18
Original file line numberDiff line numberDiff line change
@@ -612,11 +612,6 @@ module.exports = function (grunt) {
612612
stylus: {
613613
server: {
614614
options: {
615-
paths: [
616-
'<%%= yeoman.client %>/bower_components',
617-
'<%%= yeoman.client %>/app',
618-
'<%%= yeoman.client %>/components'
619-
],
620615
"include css": true
621616
},
622617
files: {
@@ -629,11 +624,6 @@ module.exports = function (grunt) {
629624
sass: {
630625
server: {
631626
options: {
632-
loadPath: [
633-
'<%%= yeoman.client %>/bower_components',
634-
'<%%= yeoman.client %>/app',
635-
'<%%= yeoman.client %>/components'
636-
],
637627
compass: false
638628
},
639629
files: {
@@ -644,18 +634,11 @@ module.exports = function (grunt) {
644634

645635
// Compiles Less to CSS
646636
less: {
647-
options: {
648-
paths: [
649-
'<%%= yeoman.client %>/bower_components',
650-
'<%%= yeoman.client %>/app',
651-
'<%%= yeoman.client %>/components'
652-
]
653-
},
654637
server: {
655638
files: {
656639
'.tmp/app/app.css' : '<%%= yeoman.client %>/app/app.less'
657640
}
658-
},
641+
}
659642
},<% } %>
660643

661644
injector: {

0 commit comments

Comments
 (0)