gulp-starter icon indicating copy to clipboard operation
gulp-starter copied to clipboard

gulp build has no effect

Open friksa opened this issue 9 years ago • 0 comments

When running gulp build, there is no folder created for the distribution and it seems to have no effect even though the command executed successfully. Using OS X.

Meerkat:gulp-starter$ gulp build
[12:37:18] Using gulpfile ~/gulp-starter/gulpfile.js
[12:37:18] Starting 'templates'...
[12:37:18] Starting 'styles'...
[12:37:18] Starting 'fonts:clean'...
[12:37:18] Starting 'extra:clean'...
[12:37:18] Starting 'html:clean'...
[12:37:18] Starting 'images:clean'...
[12:37:18] Finished 'templates' after 96 ms
[12:37:18] Finished 'styles' after 134 ms
Meerkat:gulp-starter$ ls
README.md   app     bower.json  gulpfile.js node_modules    package.json
Meerkat:gulp-starter$ ls app
css     fonts       img     index.html  js      lib     scss        tmpl

friksa avatar Jan 18 '16 17:01 friksa