This project is created by :
- Raphaëlle Limoges
- Hadrien Lepoutre
- Pierrick Inesta
- Brandon Collen
- Louis Rialland
First download our repository with :
git clone git@github.com:H-L/hetic-p2019-17.git
Then enter in the root of the repo and install all node modules :
cd hetic-p2019-17
npm install
We are using gulp to compile SCSS files and do other stuff. Here is a complete guide to install and use it.
gulp watch
Watching files with autoreload in browsersync.
gulp compile
Watching files without autoreload and browsersync.
gulp imagemin
Minifying images for production
The project has multiple gitignore
files. It allows more flexibility throught projects when setting up the repo. (And yes you can add multiple gitignore
. Plus you can add something at the beginning of its name. Isn't it beautiful ? )
You can find a bunch of different gitignore
files right here.
We are using the official macOS.gitignore and the custom front-h3-t1.gitignore.
EDIT
We had issues with this way to ignore files. It stopped working suddendly and we did'nt find why...
We finally used a normal .gitignore
file.