aurelia-bootstrapper-webpack
Version:
Sets up the default configuration for the aurelia framework and gets you up and running quick and easy.
22 lines (18 loc) • 353 B
YAML
#####
# Circle CI
#
# For running docker images on circle ci, see: https://circleci.com/docs/docker
# For circle.yml explanation, see: https://circleci.com/docs/manually
#####
machine:
node:
version: 4.2.6
dependencies:
pre:
- npm install -g gulp
- npm install -g jspm
override:
- npm install
test:
override:
- gulp build