mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
Web app template
Template based on Yeoman generator generator-gulp-webapp using gulp for the build process
Features
Please see our gulpfile.js for up to date information on what we support.
- CSS Autoprefixing
- Built-in preview server with livereload
- Automagically compile Sass
- Automagically lint your scripts
- Awesome image optimization
- Automagically wire-up dependencies installed with Bower (when
gulp watchorgulp wiredep)
Getting Started
- Install:
npm install - Run
gulpfor building to thedistdirectory andgulp servefor preview
Third-Party Dependencies
(HTML/CSS/JS/Images/etc)
To install dependencies, run bower install --save package-name to get the files, then add a script or style tag to your index.html or another appropriate place.