Skip to content

Commit

Permalink
Write css sync
Browse files Browse the repository at this point in the history
  • Loading branch information
postcasio committed Sep 15, 2014
1 parent 2ef6eda commit 1c139e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/style-manager.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = class StyleManager
@addLinkTag cache
else
less.render src, options, (err, css) =>
fs.writeFile cache, css
fs.writeFileSync cache, css
@addLinkTag cache

addLinkTag: (cssPath) ->
Expand Down

0 comments on commit 1c139e2

Please sign in to comment.