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

Add npm build task and remove & ignore built files #768

Open
haroldangenent opened this issue Dec 20, 2016 · 0 comments
Open

Add npm build task and remove & ignore built files #768

haroldangenent opened this issue Dec 20, 2016 · 0 comments

Comments

@haroldangenent
Copy link
Member

haroldangenent commented Dec 20, 2016

Building files will happen during deployment. This is the first step in separating built files for production and development.

  • gulp build
  • npm build (see below)
  • Remove & ignore built files from repository
"build": "npm install --ignore-scripts && bower install && gulp build --build"
@haroldangenent haroldangenent changed the title Add gulp build task and remove & ignore built files Add npm build task and remove & ignore built files Dec 20, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant