Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

elaostrap

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elaostrap

ElaoStrap is a SCSS Framework

  • 0.1.12
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

#ElaoStrap

Dependencies

  • Gulp
  • elao-assets-gulp
  • jQuery
  • Bootstrap SASS

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.

FAQs

Package last updated on 04 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc