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.
Fund package maintenance!
jonnitto
www.paypal.me/Jonnitto/20eur
Installs: 13 716
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 7
Forks: 2
Open Issues: 0
Language:JavaScript
Type:neos-build
Requires
- neos/composer-plugin: ^1.0.6|^2.0.0
- dev-master
- 7.5.6
- 7.5.5
- 7.5.4
- 7.5.3
- 7.5.2
- 7.5.1
- 7.5.0
- 7.4.21
- 7.4.20
- 7.4.19
- 7.4.18
- 7.4.17
- 7.4.16
- 7.4.15
- 7.4.14
- 7.4.13
- 7.4.12
- 7.4.11
- 7.4.10
- 7.4.9
- 7.4.8
- 7.4.7
- 7.4.6
- 7.4.5
- 7.4.4
- 7.4.3
- 7.4.2
- 7.4.1
- 7.4.0
- 7.3.2
- 7.3.1
- 7.3.0
- 7.2.1
- 7.2.0
- 7.1.3
- 7.1.2
- 7.1.1
- 7.1.0
- 7.0.9
- 7.0.8
- 7.0.7
- 7.0.6
- 7.0.5
- 7.0.4
- 7.0.3
- 7.0.2
- 7.0.1
- 7.0.0
- v6.x-dev
- 6.8.2
- 6.8.1
- 6.8.0
- 6.7.7
- 6.7.6
- 6.7.5
- 6.7.4
- 6.7.3
- 6.7.2
- 6.7.1
- 6.7.0
- 6.6.0
- 6.5.3
- 6.5.2
- 6.5.1
- 6.5.0
- 6.4.2
- 6.4.1
- 6.4.0
- 6.3.2
- 6.3.1
- 6.3.0
- 6.2.1
- 6.2.0
- 6.1.1
- 6.1.0
- 6.0.1
- 6.0.0
- v5.x-dev
- 5.7.2
- 5.7.1
- 5.7.0
- 5.6.3
- 5.6.2
- 5.6.1
- 5.6.0
- 5.5.1
- 5.5.0
- 5.4.5
- 5.4.4
- 5.4.3
- 5.4.2
- 5.4.1
- 5.4.0
- 5.3.3
- 5.3.2
- 5.3.1
- 5.3.0
- 5.2.3
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.6
- 5.1.5
- 5.1.4
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.14
- 5.0.13
- 5.0.12
- 5.0.11
- 5.0.10
- 5.0.9
- 5.0.8
- 5.0.7
- 5.0.6
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.1
- 5.0.0
- dev-dependabot/add-v2-config-file
- dev-dependabot/npm_and_yarn/node-notifier-7.0.1
- dev-pitchme
- dev-add_javascript_modules
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
yaml
files - 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 (
.css
and.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.