weareindi / pillar-gulp
Gulp; prepared for weareindi/pillar
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 0
Language:JavaScript
Type:project
- dev-master
- 1.0.6
- 1.0.5
- 1.0.3
- dev-dependabot/npm_and_yarn/stylelint-15.10.1
- dev-dependabot/npm_and_yarn/webpack-5.81.0
- dev-dependabot/npm_and_yarn/qs-and-browser-sync-6.11.1
- dev-dependabot/npm_and_yarn/engine.io-and-browser-sync-6.4.1
- dev-dependabot/npm_and_yarn/minimist-1.2.8
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/ua-parser-js-0.7.35
- dev-dependabot/npm_and_yarn/socket.io-parser-3.3.3
- dev-dependabot/npm_and_yarn/json5-2.2.3
- dev-dependabot/npm_and_yarn/node-sass-7.0.0
This package is auto-updated.
Last update: 2025-05-08 03:00:39 UTC
README
- Plug and play Gulp js and sass compiling for the Pillar pattern library framework. (https://github.com/weareindi/pillar)
- Designed with progressive enhancement in mind.
- Prepared for 100% lighthouse audits
Installation
We're assuming you've already created a new Pillar project.
If not, please visit: https://github.com/weareindi/pillar
Via Terminal (using wget and tar)
Execute the following one liner from your project root to download and extract the Pillar Gulp starter:
wget -qO- https://github.com/weareindi/pillar-gulp/archive/1.0.6.tar.gz | tar -xvz -C . && cp -Rvn pillar-gulp-1.0.6/* ./ && rm -rf pillar-gulp-1.0.6
Manually
Download and merge contents of this gulp starter into your Pillar project root. Warning: Don't overwrite the composer.json
Procedure
- Ensure Gulp is installed globally
npm install -g gulp
- Install package dependencies with
npm install
- Duplicate the
.env.gulp.example
file and rename to.gulp.env
. Populate the required fields. - Run
php pillar server
in it's own terminal. - Run
gulp
in another terminal.
Note: This has been built for Gulp 4. Not worth trying with previous versions.
Note: Individual gulp tasks are defined in the ./_gulp
directory