yeoman / generator-polymer

Scaffold out a Polymer project
http://polymer-project.org
926 stars 149 forks source link

Task 'test:local' is not in your gulpfile error #189

Closed tuananh closed 9 years ago

tuananh commented 9 years ago
[11:18:19] Using gulpfile ~/src/PolymerExample/gulpfile.js
[11:18:19] Task 'test:local' is not in your gulpfile
[11:18:19] Please check the documentation for proper gulpfile formatting

Any idea why this happened? I'm not familiar with gulp.

arthurvr commented 9 years ago

Hmm can you post a gist of how your gulpfile looks?

tuananh commented 9 years ago

@arthurvr my bad. you can close this. i thought that is the command for running locally. turns out gulp serve is what i need.