Skip to content

DrewDouglass/Default-Gulp-Configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp and PostCSS.

The new hotness.

Please view gulpfile.js or packages.json for required modules.

Usage

Install

  • cd to your directory
  • run npm install
  • grab a beer
  • run gulp
  • code shit

Default

gulp

Main functions. Will compile CSS files and run them through packages listed below. Also runs gulp watch, so this only needs to be run once. ctrl+c to quit.

BrowserSync

Change or remove the proxy argument if using MAMP/LAMP/WAMP server.

ie8

gulp ie8

Run only after the main style has been generated and only IF you're having issues in IE8 or lower. Will add a separate folder under ie/{filename}

gulp cssstats

gulp cssstats

Returns stats about the CSS file(s) in question to the console.

Packages

By default, the styles are run through the following packages unless otherwise noted.

About

My default gulp configuration with PostCSS and others.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published