Skip to content

Commit

Permalink
update jshint warning, convert file to unix format
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Mar 27, 2014
1 parent 324b51f commit fc8edf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compass.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module.exports = function(file, opts, callback) {
if (opts.config_file) {
options.push('-c', opts.config_file);
//Support for environment
if (opts.environment) { options.push("--environment", opts.environment); }
if (opts.environment) { options.push('--environment', opts.environment); }
} else {
if (!opts.comments) { options.push('--no-line-comments'); }
if (opts.relative) { options.push('--relative-assets'); }
Expand Down

0 comments on commit fc8edf5

Please sign in to comment.