This repository was archived by the owner on Jul 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Gulp tasks
Jan T. Sott edited this page Jul 11, 2015
·
2 revisions
Task | Description |
---|---|
help |
Show help dialog |
init |
Create dist-folder and copy required files |
make |
Minify all CSS and JavaScript files |
setup |
Run a full setup |
setup-clean |
Force running a clean setup |
upgrade |
Upgrade all PHP files in app-folder |
merge |
Merge all CSS and JavaScript files |
depends |
Specify the source for all dependencies |
clean |
Delete dist-folder |
debug |
Add Bootlint and jQuery source map |
hjs |
Specify default Highlighter.js style-sheet |
jsmin |
Minify config.json |
lint |
Run tasks to lint all CSS and JavaScript |
reset |
Reset config.json to default |
swatch |
Select default Bootstrap theme |
Arguments can be used to control the setup task. By default, Bootstrap Listr uses a customized, smaller Bootstrap library. If you want to use the full library, you can override this using gulp setup -b
.
Other arguments:
Argument | Description |
---|---|
--min -m | Unselects default setup components |
--debug -d | Selects debug components |
--self -s | Only lint gulpfile.js and package.json
|