File tree 1 file changed +1
-18
lines changed
1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -612,11 +612,6 @@ module.exports = function (grunt) {
612
612
stylus: {
613
613
server : {
614
614
options : {
615
- paths : [
616
- '<%%= yeoman.client %>/bower_components' ,
617
- '<%%= yeoman.client %>/app' ,
618
- '<%%= yeoman.client %>/components'
619
- ] ,
620
615
"include css" : true
621
616
} ,
622
617
files : {
@@ -629,11 +624,6 @@ module.exports = function (grunt) {
629
624
sass: {
630
625
server : {
631
626
options : {
632
- loadPath : [
633
- '<%%= yeoman.client %>/bower_components' ,
634
- '<%%= yeoman.client %>/app' ,
635
- '<%%= yeoman.client %>/components'
636
- ] ,
637
627
compass : false
638
628
} ,
639
629
files : {
@@ -644,18 +634,11 @@ module.exports = function (grunt) {
644
634
645
635
// Compiles Less to CSS
646
636
less: {
647
- options : {
648
- paths : [
649
- '<%%= yeoman.client %>/bower_components' ,
650
- '<%%= yeoman.client %>/app' ,
651
- '<%%= yeoman.client %>/components'
652
- ]
653
- } ,
654
637
server : {
655
638
files : {
656
639
'.tmp/app/app.css' : '<%%= yeoman.client %>/app/app.less'
657
640
}
658
- } ,
641
+ }
659
642
} ,< % } % >
660
643
661
644
injector: {
You can’t perform that action at this time.
0 commit comments