We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6162048 + dd91054 commit 8d5c1d4Copy full SHA for 8d5c1d4
app/templates/gulp/_styles.js
@@ -32,8 +32,8 @@ gulp.task('styles', function () {
32
33
var injectOptions = {
34
transform: function(filePath) {
35
- filePath = filePath.replace(path.join(conf.paths.src, '/app/'), '');
36
- return '@import \'' + filePath + '\';';
+ filePath = filePath.replace(conf.paths.src + '/app/', '');
+ return '@import "' + filePath + '";';
37
},
38
starttag: '// injector',
39
endtag: '// endinjector',
0 commit comments