-
Notifications
You must be signed in to change notification settings - Fork 9
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
Map Files #3
Comments
It most definitely could be done , requires some Addons to this plugin |
Ok so I did a bit of checking on this. Sourcemaps are supported in sass 3.3.x, unfortunately compass stable release does not yet support sass above 3.2.x. So we have to wait. |
@davydotcom - Thanks for checking.. maybe soon. would be very nice to edit sass directly in chrome someday |
Hi @davydotcom, I know there is no "official" release for Sass-GAP slated until compass is updated to 1.0. I just wanted to share some progress I have made since you will probably know right off the top of your head what to do when the time comes for the Compass 1.0 release. Also, Thanks for the plugin! To get started: I wanted to implement some Sass 3.3 methods in a grails app I was recently assigned to, I didn't want to wait for the "Official" Compass 1.0 and have been playing with the alpha. Research: To start, I installed the new gems: In the "sass-sset-pipeline-1.7.4/src/groovy/asset/pipeline/sass" directory line 60-66 I changed to: lines 60-64 This works to create the stylesheet after an initial "run-app", however, any changes to the Sass files are not being compiled. (not being watched?). So, when refreshing the browser the changes are not made. I'm positive that I am missing some component which caches??? the "Compass.reset_configuration!" from compass-core. That is to say, the compass compile works once, but no subsequent changes are detected until stopping and calling "run-app" again and loading the files into the browser. I really hope this is a help, it was only intended as such. Please forgive me if I'v wasted your time :-) |
Thanks for the information, Ill definitely look into this when we get Compass 1.0 |
@Twintails I'm interested in any progress you might have made on the watch issue. I'm looking to do the same thing. |
@actionakin apologies for not seeing your message. for some reason all my rules on my mailbox were getting ignored and I haven't seen notifications to bring this to the top. Anyway, I had to revert back and wait for Compass 1.0 which is out now thankfully. I'm about to give it another go and see what breaks. :-) |
Woot! The solution above solved my issue. (Note: The following isn't greatly important for the time being, I imagine changes will be made in the future of Sass-GAP.) I got this on initial compile: Compass.compiler is deprecated. Use Compass.sass_compiler instead. which is a message in Compass 1.0 The changes from |
First - thanks for the asset pipeline and the sass plugin.
Second - is there any way I can generate map files via the plugin?
The text was updated successfully, but these errors were encountered: