Download the PHP package bobmotor/magento-2-gulp without Composer
On this page you can find all versions of the php package bobmotor/magento-2-gulp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bobmotor/magento-2-gulp
More information about bobmotor/magento-2-gulp
Files in bobmotor/magento-2-gulp
Package magento-2-gulp
Short Description Magento 2 gulp configuration
License MIT
Homepage https://github.com/bobmotor/magento-2-gulp
Informations about the package magento-2-gulp
Getting Started
This build supports gulp 4.x.x
.
For gulp 3.x.x
use ~1.4.0 version.
Be sure that Node, NPM and Gulp are installed
Project integration
Add repository's path to the composer.json
Run
Rename the following files in your project root directory
package.json.example
topackage.json
Install modules listed as dependencies in package.json
or
Configuration
Make sure that you configure dev/tools/grunt/configs/local-themes.js
file (adobe docs)
Copy the contents of local.js.example
into local.js
in the dev/tools/gulp/configs/
directory and setup Gulp configuration.
Optionally
-
If you need to configure
BrowserSync
use thedev/tools/gulp/configs/bsConfig.js
- To configure your desired screen size for the critical path use the
dev/tools/gulp/configs/criticalConfig.js
How to use
In project root dir run gulp [command] --[theme] --[arguments]
Avaliable commands:
Options:
Examples:
Removes the theme related static files in the pub/static
and var
directories, republishes symlinks to the source files to the pub/static/frontend/ directory
and compiles CSS files using the symlinks published in the pub/static/frontend/ directory
with source map and minification.
Compiles CSS files using the symlinks published in the pub/static/frontend/
directory with source map.
Watch styles with livereload
(LiveReload
browser extension should be installed)
Creates critical.css
from styles-l.css
and styles-m.css
and put it to app/design/frontend/<VandorName>/<ThemeName>/web/css
.
In production
mode should be run after php bin/magento s:s:d
(task uses pub/static/deployed_version.txt
to create absolute path to the static files)
Note:
- ES6 files should be placed at
.../web/js/src/*.js
. Compiled files will be in the.../web/js/*.js