Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

H-L/hetic-p2019-17

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hetic-p2019-13

Collaborators

This project is created by :

  • Raphaëlle Limoges
  • Hadrien Lepoutre
  • Pierrick Inesta
  • Brandon Collen
  • Louis Rialland

Installation

First download our repository with :

git clone [email protected]: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

Gulp Tasks

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

Gitignore(s)

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 ? :octocat: )

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.