-
Notifications
You must be signed in to change notification settings - Fork 91
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
Source Maps for CSS and JS #44
Comments
Yes, good idea :) |
👍 ☝️ |
@rubenvincenten Thanks! That would be a rather easy swap-out, actually. Need to find one for SCSS as well, so we can do sourcemaps for them as well. |
To me it seems there's about 3 different pure PHP implementations for the sass/scss language, leafo has the most up to date compiler at the moment. There's also phpsass which is a fork of phamlp. The original phamlp hasn't been updated since 2010. Neither of those 3 have support for source maps. What I would do is continue to use scssphp, and for those who seriously need to have source maps, they can either use a file watcher (which can be installed with an app or using Ruby) or use assetic (which in turn, uses the commandline sass tool anyway 😃 ). Munee defats the entire purpose of Assetic for me anyway, I really like how easy it is to set up. |
Thanks for checking all of that out! Ya, Assetic makes it way too complicated for casual use. Munee's aim is to be "set and forget". To be honest, I don't use Munee anymore in favour of doing pre-processing with either Grunt of Gulp. |
How big of a donation would it take to get source maps? Or should I donate to one of the projects munee depends on to get that? |
Is there a way to enable Source Line Debugging in Munee? http://leafo.github.io/scssphp/docs/
|
@thinsoldier I haven't updated Munee in a very long time. At this point, it's considered abandonware. There are far better tools out there these days to accomplish the same things. I would suggest using something like Webpack. |
Can you suggest a tool for on-the-fly server side image resizing? |
https://www.imgix.com/ is pretty awesome although you have to pay for it. It's pretty cheap, tbh. We use it for our app at work and we pay very little for a shit ton of image resizes. |
http://glide.thephpleague.com/ is a free alternative. |
Would absolutely love if source maps could be generated for the CSS and JS files for debugging. More about source maps
The text was updated successfully, but these errors were encountered: