Skip to content

DevQuayle/FrontLauncher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FrontLauncher

Installation:

Make sure that you have latest node.js version

To install run just npm i

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.

About

Frontend's workflow tool

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 61.5%
  • CSS 30.3%
  • HTML 8.2%