Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
44 lines (35 loc) · 1.84 KB

README.md

File metadata and controls

executable file
·
44 lines (35 loc) · 1.84 KB

FrontLauncher

Installation:

Make sure that you have latest node.js version

To install run yarn

Features

  • CSS: Sass (scss)
    • Libsass (node-sass) for ultra light compiles
    • CSS globbing import for Sass partials
    • Autoprefixer
    • Foundation 6 included
  • JS:
    • Uglify and minify scripts
    • Webpack as a module bundler
  • HTML:
  • Images:
    • Compress images from assets/img
  • Webfont:
    • Generate webfont from SVG
    • Generate sass file for webfont and html demo preview
  • Livereload:
    • Livereloading after css, js or html change with BrowserSync
    • Run server on port 3000 (default) developers tools - port 3001
  • Notify:
    • Notify about error in watch tasks (working on Windows 8 or higher)

Usage

Command Description
gulp Run build, start watch for changes assets files and run BrowserSync server
gulp build Build public views with assets and components
gulp production Build public views with minified assets and components to production

Using BrowserSync as proxy

Change browserSync.server to browserSync.proxy:"hostname.dev" in config.js to run browserSync in proxy mode.