27
haabe
8y

Me trying to debug CSS compiled from a legacy SCSS-project containing 100+ files and no source maps.

Comments
  • 1
    Recompile the sass with sourcemaps?
  • 1
    use grunt to recompile and add sorcemaps ^^ feel your pain man
  • 0
    I just received a ruby script to compile the SASS. Will look into it tomorrow, though. I probably end up saving time getting those source maps in the end. The downside of this project is that it is already about six weeks delayed, but the deadline still stands.
  • 0
    @haabe protip. use node.js and grunt or gulp to do the compiling
  • 0
    @dev0urer Yes, I would really like to use Node. I am not sure if using time to really understand the spaghetti structure of the project so I can rebuild the compiling function in Node is the right thing to do, though.
  • 0
    I am a happy puppy now. Adding the source maps wasn't as complicated as I feared at all. Although I can honestly not understand why whoever created this project never thought of doing so themselves.

    Oh well. Back to fixing all the styles.
Add Comment