/rudiruhl-workflow

Personal workflow including full setup for GulpJS, SASS & BrowserSync.

Primary LanguageSCSS

GulpJS, SASS & BrowserSync workflow

GitHub Issues GitHub Pull Requests GitHub Closed Pull Requests

A starter project including full setup for GulpJS, SASS, AutoPrefixer & BrowserSync.

Following Tools are actual in this build

Installation

To use this starter project, you'll need the following things installed on your machine.

NodeJS

  use the installer from https://nodejs.org

GulpJS

  npm install -g gulp

  (mac users may need sudo)

Run Locally

Clone the project

  git clone https://github.com/rudiruhl/rudiruhl-workflow

Go to the project directory

  cd rudiruhl-workflow

Install dependencies

  npm install

Usage

Development

To compile scss into css

gulp style

To watch changes and reload browser

gulp watch

To finalize your files for distribution

gulp dist

Roadmap

  • Add jekyll

  • Add bootstrap

  • Add more plugins