Skip to content

Instantly share code, notes, and snippets.

@sean-e-dietrich
Created May 29, 2018 16:44
Show Gist options
  • Save sean-e-dietrich/7b8cb2bb14419ca80be9c5037f825933 to your computer and use it in GitHub Desktop.
Save sean-e-dietrich/7b8cb2bb14419ca80be9c5037f825933 to your computer and use it in GitHub Desktop.
Docksal Gulp Wrapper Example
#!/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