Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 280 Bytes

GRUNT-TASKS-LIST.md

File metadata and controls

5 lines (5 loc) · 280 Bytes

Grunt tasks list

  • $ grunt serve: Watch the files to build and start a static server on http://localhost:9000/
  • $ grunt build: Generate the miscroscope.css file
  • $ grunt lint: Lint the microscope.css file.
  • $ grunt autoprefixer: Autoprefixer the microscope.css file.