File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Expand file tree Collapse file tree 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) {
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: {
You can’t perform that action at this time.
0 commit comments