Skip to content

globalis-ms/globalis_front_starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter

MIT license

This starter has been made for internal purposes at GLOBALIS media systems.
It loads Bootstrap v4-alpha & jQuery v3.1.1 by default, and use GNU Make as a build tool.

Thanks,
Nicolas Torres and Sylvain Dubus

Getting started

make install
make watch

Notes:

  • to add front-end dependencies, edit bower.json and run make install;
  • to watch without Browser-sync, use make watch sync=false;
  • please read the front-end guidelines.

Changelog 2016-11-16

  • Replace NPM scripts build tool with Makefile
  • Upgrade to Bootstrap 4
  • Compile main stylesheet and Bootstrap separately
  • Quit 7-1 SCSS pattern for a straightforward tree
  • Merge JS dependencies into a single file
  • Move bower_components to sources
  • Move front-end guidelines to sources