grablib icon indicating copy to clipboard operation
grablib copied to clipboard

Static asset management in python

Results 5 grablib issues
Sort by recently updated
recently updated
newest added

Bumps [pygments](https://github.com/pygments/pygments) from 2.7.4 to 2.15.0. Release notes Sourced from pygments's releases. 2.15.0 Added lexers: Carbon (#2362, #2365, #2366, #2367, #2368, #2369, #2370) Dax (#2335, #2345) MediaWiki Wikitext (#2373, #827)...

dependencies

See: https://github.com/aio-libs/aiohttp-devtools/pull/329/

https://github.com/samuelcolvin/grablib/blob/9a74f1f0da14abbebb9ed7d08766044a6141da0d/grablib/build.py#L215

with ```yaml debug: true build_root: new_template/static build: wipe: '.*' sass: '.': 'new_template/' ``` eg. the target directory is inside the build directory causes an ugly recursive delete. ``` Traceback (most...