Tyler Akins
Tyler Akins
I'm also looking for a way to rewrite URLs in a PDF file, though my use case would be to update links to point to a new location only. Any...
I am not sure if this should be a separate issue or not, but I am also unable to trigger builds for folders if any file within the folder changes....
I've spent the day and wondered if it would be smarter to allow a function? paths: { "${source}/**/*.json": function (changedPath) { return [ changedPath, path.basename(changedPath) + "/**/*" ]; } }...
I like being able to pass in a stream and just have it get browserified. I wouldn't mind a slimmed down version of this plugin that removes the extra bells...
It means that gulp does not think this plugin conforms to their ideals. They do not offer support for those plugins and they recommend that people do not use any...
Workaround is to use `baseURL` and set it to "/a-folder-that-does-not-exist" or something similar. Errors go away. One must not use absolute links with this approach otherwise there will be breakage.
I've mentioned this in other issues but it bears repeating here. I'm not fluent in vimscript and I've just decided to host a copy of this script in GitHub so...
Are those officially defined in one of the CSS specs, or is it a Mozilla-only thing? Sorry, too flustered at work to look these up properly right now.
Progress is being made. I'm moving the code over to use the [Complexion](https://github.com/tests-always-included/complexion) library. It was written with better speed testing and tuning. Once that happens, PrettyCSS will need to...
I'm terrible at VimScript and vim plugins. The reason this project is on GitHub is to help with updates and collaboration. It would be immensely helpful if anyone would be...