Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Old "NPM run build" method..... #1107

Closed
JPOak opened this issue Oct 6, 2017 · 2 comments
Closed

Old "NPM run build" method..... #1107

JPOak opened this issue Oct 6, 2017 · 2 comments

Comments

@JPOak
Copy link
Contributor

JPOak commented Oct 6, 2017

I'm wondering if anyone else misses the old "npm run build" script. The are various scenarios that I actually like using it. The most basic is for right after the initial clone. Now, I use start, and then I need to escape the browser sync. There are also other times I would use the unminified files and sourcemaps when iterating with a client.

I know it is a little thing, but I think it would be easy to add back into package.json . I guess if I am the only one, I can just add it in manually on my own when I start a new project.

@colin-marshall
Copy link
Collaborator

Is there an issue that discusses the removal? For now you should be able to run gulp build which is the same thing.

@JPOak
Copy link
Contributor Author

JPOak commented Oct 7, 2017

@colin-marshall Actually simply typing gulp build doesnt work. Before the big update it did, but now there are errors I think related to how we do the paths now.

Anyways, i'm going to close this. I think I will push my branch that has automatic static asset revisioning via hashing for cache busting to see what you guys think. This would include a new npm run dev .

@JPOak JPOak closed this as completed Oct 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants