Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 829 Bytes

File metadata and controls

8 lines (7 loc) · 829 Bytes

gulp tasks

Task Description
gulp Builds to dist/.
gulp serve Builds and serves from dist/. Automatically re-builds and reloads browsers whenever you modify source.
gulp gh-deploy Requires a --remoteUrl="https://...git" or --remote="remote" flag. Builds and deploys to the gh-pages branch of that remote.
gulp lint Check for bad code.