Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

mindwalk/mindwalk.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

  • Install Node.js
  • cd into the project directory
  • Run npm install -g grunt-cli to install grunt globally
  • Run npm install to install all development dependencies

Available Tasks

  • To check all JavaScript files via JSHint, run grunt
  • To run a webserver on port 8000 with the project, just run grunt server

Adding a new browser dependency

  • Add your dependency to bower.json
  • Run grunt vendor
  • Commit the new bower.json and vendor CSS and JS files.