image: node:7.6.0
build_css: before_script:
- npm install
- npm install -g grunt-cli
- npm install -g bower
- apt-get update
- apt-get install ruby-sass -y
- bower install --allow-root
script:
- grunt swatch
artifacts: paths:
- masonstrap/bootstrap.min.css