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

Feature/add build tools #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 21, 2016

  1. Adds build-tools

    This commit adds a grunt-build-chain. Calling ```grunt``` will create
    the distribution-files from the source-files. The ```dist```-folder
    contains the scripts ready to implement.
    heiglandreas committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    665ad9c View commit details
    Browse the repository at this point in the history
  2. Adds grunt-cli to dependencies

    Now you can call ```./node_modules/grunt-cli/bin/grunt``` after a ```npm
    install```. No need for a locally installed bower-binary any more.
    
    So to generate the dist-files you'll have to
    
    1. Checkout the repository
    2. Call ```npm install``` (You need to have ```npm``` installed)
    3. Change the source-files
    4. Call ```./node_modules/grunt-cli/bin/grunt```
    5. The new dist-files are available in the dist-folder.
    heiglandreas committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    55f1132 View commit details
    Browse the repository at this point in the history