Following from #76, create a dist folder to hold the outputs of the client projects, specifically:
assets, scripts, styles assets_local.
gruntfile needs to be changed so that all the builds, copy, deploy, contacts etc use this new location.
Following from #76, create a dist folder to hold the outputs of the client projects, specifically:
assets, scripts, styles assets_local.
gruntfile needs to be changed so that all the builds, copy, deploy, contacts etc use this new location.
chore(Pineapples.Client): Group output under dist/ directory
Closes #77
→ <<cset 177a630f2ea2>>
chore(Pineapples.Client): Group output under dist/ directory
Closes #77
→ <<cset 177a630f2ea2>>
What is your opinion on removing what is currently scripts/vendor and styles/vendor (will be dist/scripts/vendor and dist/styles/vendor) from git? It's essentially the equivalent of removing pineapples.js and pineapples.css like we did recently?