foundation-sites-5
Version:
**This package is only for versions 5 and earlier of Foundation. As of version 6, the package has a new name: `foundation-sites`.**
39 lines • 523 B
YAML
---
build:
- 'build:assets'
- 'assemble'
'build:assets':
- 'clean'
- 'sass'
- 'concat'
- 'uglify'
- 'copy'
- 'cssmin'
- 'jst'
- 'string-replace'
travis:
- 'build'
- 'karma:continuous'
develop:
- 'travis'
- 'watch_start'
deploy:
- 'build'
- 'rsync:dist'
server:
- 'connect:server:keepalive'
watch_start:
- 'karma:dev_watch:start'
- 'watch'
default:
- 'build'
- 'watch'