We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the support for sass.js doesn't seem to work anymore:
with the following server.coffee:
server.coffee
connect = require 'connect' compiler = require 'connect-compiler' # uncomment as required # sass = require 'node-sass' # sass = require 'sass.js' server = connect.createServer( connect.logger 'dev' connect.favicon() compiler enabled: ['sass', 'coffee', 'jade'] src: 'src' dest: 'tmp' resolve_index: true connect.static __dirname + '/src' connect.static __dirname + '/tmp' ) server.listen 8000
sass.js
sass not found
node-sass
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the support for sass.js doesn't seem to work anymore:
with the following
server.coffee
:sass.js
installed:sass not found
node-sass
installed:sass not found
The text was updated successfully, but these errors were encountered: