Skip to content

lukun/grunt-brackets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Requirements

Configuring the environment

  1. Install Ruby.

  2. Open "Start Command Prompt with Ruby", them enter the following commands:

    $ gem install sass
    
  3. Close "Start Command Prompt with Ruby".

  4. Install nodejs.

  5. Open "Node.js command prompt", them enter the following commands:

    $ npm install -g grunt-cli
    
  6. Close "Node.js command prompt".

Installation the dependencies of the project

  1. Open "Node.js command prompt" on project's, them enter the following commands:

    $ npm install
    $ grunt
    

First you need to install the proper node modules using npm install. Then to have grunt start watching for changes, run grunt dev

About

Testes com Grunt, Brackets e outras ferramentas Front-end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors