-
Notifications
You must be signed in to change notification settings - Fork 42
gulp build, stops without errors #64
Comments
I dbl checked package.json and noted that I was using a different version of gulp, I'm using node 7.6.0 and npm 4.1.2 |
@andimclean which gulp version are you using? You should be using gulp4 installed using |
I was using an older version of gulp, which caused the build just to stop. Now I get the error I mentioned above. |
hmmmmmm @FredKSchott any ideas? |
I ran polymer lint, fixed a few missing properties and now the only errors I get are in the bower_components. Polymer build run, but warns of some syntax errors: polymer build |
It looks like |
any ideas on this issue? |
Hm not sure. Is your Lazy util written in es6? |
Having copied the gulpfile.js from this project for my polymer app, and installed the necessary npm modules.
on running gulp build I get :
[22:32:00] Using gulpfile ~/development/wawm/gulpfile.js
[22:32:00] Starting 'build'...
Deleting build/gulp directory...
Analyzing build dependencies...
then it pauses for a while then the command prompt returns
The images and the bower components have been copied, but none of my scripts.
No errors are shown.Any hints on what I'm doing wrong.
The text was updated successfully, but these errors were encountered: