carbon / gulp
Carbon.Gulp is a delicious blend of tasks and build tools poured into Gulp to form a full-featured modern asset pipeline for Flow Framework and Neos CMS.
Package info
github.com/CarbonPackages/Carbon.Gulp
Language:JavaScript
Type:neos-build
pkg:composer/carbon/gulp
Requires
- neos/composer-plugin: ^1.0.6|^2.0.0
This package is auto-updated.
Last update: 2021-08-17 19:45:41 UTC
README
Carbon.Pipeline is an ultra-fast build stack for Neos CMS based on esbuild and PostCSS, inclusive Vue.js and Svelte support. And of course TypeScript, too.
What is Carbon.Gulp?
Carbon.Gulp is a delicious blend of tasks and build tools poured into Gulp to form a full-featured modern asset pipeline for Flow Framework and Neos CMS.
You find the documentation in the wiki and an example installation here.
Features
- Configuration with
yamlfiles - Live reloading with Browsersync
- Automatic update from Javascript development dependencies via json and bash script
- Generate configuration based on the file structure
- Render Sass to CSS and process it with PostCSS
- Render your Javascript with Rollup JS
- Compress your Images with imagemin
- Create SVG Sprites in two variations out of the box: One for direct include, one for external use.
- You can create internal and external files (
.cssand.js), based on a file annotation.
Important:
If you problems with your installation after an update, please delete node_modules and yarn.lock and try it again
If you have troubles to get it running, drop me a line by creating an issue and I'll try to help you out.
You find the documentation in the wiki and an example installation here.
