Have added a new /release folder in the project - this is where "production ready" code should go for deployment.
There is also a new "gulp release" workflow which will clear out /release (including that temporary text file) and then copy in the contents of /dist ("gulp build" needs to be run before hand).
Addresses #66
Have added a new /release folder in the project - this is where "production ready" code should go for deployment.
There is also a new "gulp release" workflow which will clear out /release (including that temporary text file) and then copy in the contents of /dist ("gulp build" needs to be run before hand).