Skip to content

Commit

Permalink
Remove custom sass files
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Oct 9, 2015
1 parent b9380e4 commit 26961c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Empty file removed fixture/onmount/docs/assets/foo.md
Empty file.
4 changes: 4 additions & 0 deletions index.js
Expand Up @@ -46,6 +46,10 @@ function addCss (files, ms, done) {
getAssetFile('assets/custom.sass')
}, (err, contents) => {
if (err) return done(err)
delete files['assets/variables.scss']
delete files['assets/variables.sass']
delete files['assets/custom.scss']
delete files['assets/custom.sass']
files['assets/style.css'] = { contents }
done()
})
Expand Down

0 comments on commit 26961c5

Please sign in to comment.