@@ -753,8 +753,8 @@ module.exports = function (grunt) {
753753 filePath = filePath . replace ( '/' + yoClient + '/components/' , '../components/' ) ;
754754 return '@import \'' + filePath + '\';' ;
755755 } ,
756- starttag : '// injector ' ,
757- endtag : '// endinjector '
756+ starttag : '/* inject:styl */ ' ,
757+ endtag : '/* endinject */ '
758758 } ,
759759 files : {
760760 '<%%= yeoman.client %>/app/app.styl' : [
@@ -773,8 +773,8 @@ module.exports = function (grunt) {
773773 filePath = filePath . replace ( '/' + yoClient + '/components/' , '../components/' ) ;
774774 return '@import \'' + filePath + '\';' ;
775775 } ,
776- starttag : '// injector ' ,
777- endtag : '// endinjector '
776+ starttag : '/* inject:scss */ ' ,
777+ endtag : '/* endinject */ '
778778 } ,
779779 files : {
780780 '<%%= yeoman.client %>/app/app.scss' : [
@@ -793,8 +793,8 @@ module.exports = function (grunt) {
793793 filePath = filePath . replace ( '/' + yoClient + '/components/' , '../components/' ) ;
794794 return '@import \'' + filePath + '\';' ;
795795 } ,
796- starttag : '// injector ' ,
797- endtag : '// endinjector '
796+ starttag : '/* inject:less */ ' ,
797+ endtag : '/* endinject */ '
798798 } ,
799799 files : {
800800 '<%%= yeoman.client %>/app/app.less' : [
0 commit comments