• Sean Hammond's avatar
    Make `gulp watch` build CSS, files and images · abba725b
    Sean Hammond authored
    Make `gulp watch` build the CSS, files and images initially (creating
    the output files if they don't exist yet, overwriting them if they do)
    and then watch the source files and re-build them when they change.
    
    This matches the existing `gulp watch` behaviour for scripts.
    
    This means you can just run `gulp watch` and have everything built,
    instead of having to run `gulp build watch`.
    abba725b
gulpfile.js 10.4 KB