Tom Maslen
Tom Maslen
Anything by Jon Duckett.
I've put in a PR for this issue. It enables source maps: https://github.com/FidelLimited/serverless-plugin-optimize/issues/114 Please comment on my PR if you want this feature.
By default browserify generates an inline sourcemap data URL and adds it into the minified script. If you're not happy with this I can make it generate an external source...
I made this feature myself and stuck a PR in for you: https://github.com/FidelLimited/serverless-plugin-optimize/pull/115 I've plugged my version up into my build and am now benefiting from nicer stack traces.
I've put a PR in for this, see here for details: https://github.com/FidelLimited/serverless-plugin-optimize/issues/114
I had the same problem. Got it running now by telling the convert method where to run sass. Both examples above need to be edited to point at the dir...
Never seen the dot notation ".css.scss", does it work if the file name is just "_variables.scss"?
What if you made "_variables.css.scss" a completely empty file?
I've wanted this feature for a while too, especially as I'm using a plugin that depends on imagemin which can take up to 30 seconds to spin up. This slows...
Can anyone tell me the exact additional policy needed if I want docker-machine to create an instance with an attached iam-role? I can make it work with "IAMFullAccess" but am...