codeSessionsP2 / masimapage

masima landing page
MIT License
1 stars 2 forks source link

Restructured gulp build process & project folder structure #21

Closed mxklb closed 8 years ago

mxklb commented 8 years ago

Changed the gulp tasks to produce outputs inside a predefined build directory.

Additionally moved/restructured source folder layout into separate source folder.

(This is some kind of re-factoring to use CI builds and deployment to gh-pages in near future)

@smnwndrr try to review, I think this should go in to develop an automated deployment ..

This PR addresses: codeSessionsP2/masimapage#13

mxklb commented 8 years ago

Now it's working, building artefacts only into the build folder while watching the source folder.

I added .hr. files to js and css build folders (css artefacts were removed from git). The "hr" stands for human readable and reflects the unminified versions of our css and js files.

Note: For deployment .hr. files are not needed .hr. files shall automatically be skipped during CI deployment to gh-pages.

P.S. gh-pages deployment concept is on it's way, but still lacks some decisions (tbd) ..