generator-scratch
Version:
Scratch is a starter theme generator based on _s and Foundation. It's a theme meant for hacking so don't use it as a Parent Theme. Instead try turning it into the next, most awesome, WordPress theme out there.
34 lines (33 loc) • 430 B
JavaScript
module.exports = {
'default': [
'clean:assets',
'copy:fontawesome',
'styles',
'scripts',
'makepot',
'notify:default'
],
'styles': [
'sass',
// @todo need to rework this
'postcss',
'rtlcss',
'notify:styles'
],
'scripts': [
'jshint',
'concat',
'notify:scripts'
],
'build': [
'clean:dist',
'default',
'image',
'copy:dist',
'notify:build'
],
'server': [
'browserSync',
'watch'
]
};