Download the PHP package ttree/gulpfilejs without Composer
On this page you can find all versions of the php package ttree/gulpfilejs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ttree/gulpfilejs
More information about ttree/gulpfilejs
Files in ttree/gulpfilejs
Package gulpfilejs
Short Description Gulpfile.js tailored to Flow Framework and Neos CMS project
License MIT
Informations about the package gulpfilejs
Gulpfile.js tailored to Flow Framework and Neos CMS project
Stolen files originaly created by jonnitto and carefully packaged for your Flow Framework and Neos CMS project.
Installation
composer require --dev ttree/gulpfilejs
When the package is installed you can copy the templates files:
cp -rT Build/Gulp/templates ./
Warning: Check the content of the directory to not override important stuffs on your distribution. Your are free to not use the provided templates or customize them to match your own requirements. The following document is based on the official templates.
Edit the in your distribution directory to match your requirements.
nvm use # to enable the correct
yarn install
yarn run tasks
You must see something like:
Check jonnitto for more details informations.
Warning: This package currently don't support Babel, we opt to use Bublé most of the time, maybe this can change in the future. The original version from jonnitto support both Bublé (default) and Babel.
Features
- RollupJS (module bundler)
- Bublé (the blazing fast, batteries-included ES2015 compiler)
- PostCSS
- Browsersync
- Assets (JS/CSS) pre compression with Broetli and Zoepfli
- Gulp, Uglify, Image optimizations, SVG Sprites, ...
Configuration
You can read the default configuration in , if you need to override the configuration for a specific site package, you can create a in the directory, like this:
This configuration will enable system notification, browsersync and enable global compression of static assets (JS/CSS) with Broetli and Zoepfli.
Acknowledgments
All the hard work has been done by jonnitto
Packaging and fork sponsored by ttree ltd - neos solution provider.
We try our best to craft this package with a lots of love, we are open to sponsoring, support request, ... just contact us.
License
Licensed under MIT, see LICENSE