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

Added grunt, tests, oss conventions #12

Merged
merged 4 commits into from
Feb 2, 2014
Merged

Added grunt, tests, oss conventions #12

merged 4 commits into from
Feb 2, 2014

Commits on Feb 1, 2014

  1. updated with grunt, tests & oss conventions

    added project files
    * travis.yml
    * .jshintrc
    * Gruntfile.js
    
    added grunt + basic plugins
    * clean, jshint, mocha-test
    * fancy reporters
    * test helper & first suite
    
    applied some oss conventions
    * moved vendor vendor to /vendor
    * moved own code to /lib
    * moved cli binary to /bin
    * modernized package.json
    Bartvds committed Feb 1, 2014
    Configuration menu
    Copy the full SHA
    53dfda9 View commit details
    Browse the repository at this point in the history
  2. enabled PhantomJS tests

    added runner
    * added grunt-contrib-connect
    * added grunt-mocha
    * added vendor scripts
    * added pass-amd.html
    
    reworked paths
    * work from baseUrl
    Bartvds committed Feb 1, 2014
    Configuration menu
    Copy the full SHA
    e709e29 View commit details
    Browse the repository at this point in the history
  3. missing dependency

    npm prune ftw
    Bartvds committed Feb 1, 2014
    Configuration menu
    Copy the full SHA
    d6c67cb View commit details
    Browse the repository at this point in the history
  4. tuned tester, tuned Gruntfile

    added some failing tests (disabled)
    added props to jshintrc
    Bartvds committed Feb 1, 2014
    Configuration menu
    Copy the full SHA
    ab9b3ea View commit details
    Browse the repository at this point in the history