-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
Sass not saving css file? #63
Comments
@iamvdo Can you check this one out....prevents any proper sass usage of pleeese :( |
andreruffert
added a commit
to andreruffert/pleeease-cli
that referenced
this issue
Oct 23, 2015
If sass is enabled it's not saving css files. iamvdo/pleeease#63
andreruffert
added a commit
to andreruffert/pleeease-cli
that referenced
this issue
Oct 23, 2015
If sass is enabled it's not saving css files. iamvdo/pleeease#63
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Simple config:{
"in": "./public/assets/scss/test.scss",
"out": "style.css",
"sass": true
}
When I enable sass.... it tells me:
Pleeease Compile 1 file(s) [./public/assets/scss/test.scss] to style.css
but no file is written.
If i add errors into the sass...it tells me the error, so it seems to be parsing the sass...just not writting out the file.
Latest Version of pleeease (4.0.1)
The text was updated successfully, but these errors were encountered: