0.1.12 • Published 10 years ago

elaostrap v0.1.12

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

#ElaoStrap

Dependencies

Installation

Clone the project in your workspace

$ git clone git@github.com:JeremyFagis/ElaoStrap.git your-project
$ cd your-project

Download packages

$ (sudo) npm install

Compile assets

$ gulp

Your assets folder looks like this

assets/
├── fonts/
│   └── ...
├── images/
│   └── ...
├── js/
│   └── ...
├── sass/
│   └── ...

Compilation

#  compilation (watch & minification)
$ gulp

# Prod compilation (minification)
$ gulp install

# Dev compilation (watch & no-minification)
$ gulp dev

Details

JS

js/
└── vendors/
│   └─ fancybox, dropify, simple select
│   └─ Add others vendors here if they are not in node_modules
│
└── main.js	

Sass

sass/
└── base/
│   └─ fonts, reset, headers, links, variables
│
└── components/
│   └─ alerts, buttons, tooltips, popovers, tables...
│   └─ If you include plugins, insert scss files here
│
└── helpers/
│   └─ mixins, responsive, shortcuts
│
└── layout/
│   └─ forms, grid, layout
│
└── pages/
│   └─ Specific styles for pages
│
└── style.scss	

Fonts

Use fontello.com to generate fonts icons. Move font files in assets/fonts/fontello, and update assets/sass/base/fonts.scss.

0.1.12

10 years ago

0.1.11

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago