You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just the generator against the latest version v1.1.0 and it appears to be working... this is what I got.
Creating new image-resizer app!
create: ./package.json
create: ./index.js
create: ./gulpfile.js
create: ./.env
create: ./.gitignore
create: ./.jshintrc
create: ./.buildpacks
create: ./Procfile
create: ./README.md
create: ./plugins/sources
create: ./plugins/filters
now install your dependencies:
$ npm install
then to run the app locally:
$ gulp watch
to get up and running on Heroku:
https://devcenter.heroku.com/articles/getting-started-with-nodejs#introduction
Hey @jimmynicol just gave this a shot, and wanted to let you know that the plugin directory isn't being created automatically.
The text was updated successfully, but these errors were encountered: