Skip to content

Commit a211314

Browse files
committed
fix: wrong css and map files
1 parent 78eb3e1 commit a211314

File tree

5 files changed

+284
-172
lines changed

5 files changed

+284
-172
lines changed

build/vendors-sass.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const compileSass = (options = {}) => {
9090
if (error) return cb(error)
9191
})
9292
// create .css.map file
93-
fs.writeFile(options.dest,compiled.map, (error) => {
93+
fs.writeFile(options.map,compiled.map, (error) => {
9494
if (error) return cb(error)
9595
})
9696
console.log(' ' + options.dest + ' built.');

0 commit comments

Comments
 (0)