Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.25 KB

Powerful Builds.md

File metadata and controls

29 lines (20 loc) · 1.25 KB

TEST: Powerful Builds(Lesson 16)

Gulp and Grunt

Leverage the power of build tools liek Gulp and Grunt

  • to automate the process of converting your development code into streamlined production-ready

Gulp

Installing Gulp and Course Code

Note: if you have not installed NodeJS or NPM you will need to install these first before installing Gulp. You can download and install NodeJS and NPM by going to Nodes official site and downloading the latest version of NodeJS.

    1. Take a few moments and install Gulp. The instructions are listed in the link.
    1. Grab the course code from Github.
  • Gulp- course on Github

Make CSS Suck less with Sass

Resources