fuzinato / jeja-2016

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jejin2016

Build Status

Current version="0.0.1"

Requirements For Frontend Development

  • NodeJS (>= 0.12.0)
  • Grunt

Libsass

We use Libsass as standard SCSS compiler.

Frontend Methodology

Setup

This project builds on following setup (please read requirements and getting started):

Browser-Support

  • all modern desktop browsers: Firefox, Chrome, IE and Safari/Mac latest version
  • also: IE 11
  • all modern mobile browsers: iOS and Android latest two versions

Responsive-Webdesign-Support

  • Desktop
  • Tablet
  • Phone

Responsive Images

If you want to use an automated task to create responsive images you need to make sure that you have installed GraphicsMagick. You can download and install GraphicsMagick here:

You can use grunt-responsive-images to build all pictures with predefined presets. To build responsive images just start the task pictures.

To export image data you can use grunt-image-size-export.

Breakpoints

  • $bp-mobile-s: (max 320px);
  • $bp-mobile-m: (max 480px);
  • $bp-mobile-l: (max 640px);
  • $bp-tablet-p: (max 768px);
  • $bp-tablet-l: (max 1024px);
  • $bp-desktop: (min 1025px);

Team

  • TPM/PM:
  • Frontend:
  • Backend:

About


Languages

Language:CSS 42.7%Language:JavaScript 33.2%Language:HTML 24.1%