mirror of
https://github.com/nasa/openmct.git
synced 2025-06-12 20:28:14 +00:00
Merge branch 'master' into open671
This commit is contained in:
@ -94,7 +94,8 @@ gulp.task('stylesheets', function () {
|
||||
.pipe(sourcemaps.init())
|
||||
.pipe(sass(options.sass).on('error', sass.logError))
|
||||
.pipe(rename(function (file) {
|
||||
file.dirname = file.dirname.replace('/sass', '/css');
|
||||
file.dirname =
|
||||
file.dirname.replace(path.sep + 'sass', path.sep + 'css');
|
||||
return file;
|
||||
}))
|
||||
.pipe(sourcemaps.write('.'))
|
||||
|
Reference in New Issue
Block a user