Open
Conversation
… break some grunt tasks currently
…ce/uglify files set to project styles
* my/master: Add mocha tests and watch tasks to Gruntfile.js Conflicts: Gruntfile.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Going to close my request from adamrights:master so that you can cherry-pick in the grunt tasks while working on removing jquery and underscore.
Additional automation and tasks added: grunt-mocha, grunt-contrib-clean, grunt-karma, grunt-fixmyjs.
Grunt tasks: 'grunt' (default) 'grunt build' and 'grunt test'.
grunt-fixmyjs styles applied to intention.js & context.js and outputted to 'code/' where if all jshint and tests pass uglify creates the min files.
The fixmyjs versions of intention.js and context.js that are cleaned and regenerated from the source files are useful when discussing the framework and referring to specific line numbers, as the fixmyjs task removes any spaces/white space not part of code or comments.