Skip to content

Commit

Permalink
Closed if(){...
Browse files Browse the repository at this point in the history
  • Loading branch information
creeplays committed Nov 21, 2016
1 parent fee88b7 commit d85c58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CSS/stylus/stylus.js
Expand Up @@ -19,7 +19,7 @@ exports.install = function() {
// if already compiled
if (filename && filename.indexOf( '.' + CONFIG('directory-temp') ) !== -1 ) {
return content;

}
try {
var css = stylus(content).set('compress', RELEASE).render();
return css;
Expand Down

0 comments on commit d85c58f

Please sign in to comment.