-
-
Save sean-e-dietrich/7b8cb2bb14419ca80be9c5037f825933 to your computer and use it in GitHub Desktop.
Docksal Gulp Wrapper Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
#: exec_target = cli | |
## Run Gulp Commands on the theme | |
## | |
## Usage: fin gulp [arguments] | |
## | |
# Abort if anything fails | |
set -e | |
cd ${PROJECT_ROOT}/web/themes/custom/site_theme | |
gulp "$@" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment