Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPM and Grunt related changes #4

Merged
merged 3 commits into from
Oct 2, 2016
Merged

Commits on Sep 14, 2016

  1. Fix indentation in Gruntfile

    prtksxna committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    5ab6cf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ab5176 View commit details
    Browse the repository at this point in the history
  3. Add devDependencies in package.json

    This makes setting up easier. You can just run
    'npm install' and then 'grunt'.
    
    We need to ignore the 'node_modules' directory
    as its managed by npm using the package.json
    file, no need for this to be checked in.
    prtksxna committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    74b705c View commit details
    Browse the repository at this point in the history