This repository was archived by the owner on Dec 11, 2017. It is now read-only.
Update jQuery.maskedinput to use GruntJS instead of Jake#189
Merged
digitalBush merged 9 commits intodigitalBush:masterfrom Nov 2, 2013
codeimpossible:gruntjs
Merged
Update jQuery.maskedinput to use GruntJS instead of Jake#189digitalBush merged 9 commits intodigitalBush:masterfrom codeimpossible:gruntjs
digitalBush merged 9 commits intodigitalBush:masterfrom
codeimpossible:gruntjs
Conversation
The existing SpecRunner.html is still in /spec, I didn't see the need to change it, so it will still load the specs correctly. It will need to be updated whenever a new spec file is added, but I don't think this is too much work. The grunt build will automatically pick up new spec files and executes via the command line. Also, this will enable integration via Travis-CI so in the future we can have PRs automatically tested before we accept them.
when we merge #105 we should change the to load component.json instead
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The grunt build will automatically pick up new spec files and executes via the command line. You'll need to install the
grunt-clinpm package globally to run the grunt build:Then just install the npm packages specified in the package.json and run the grunt build.
Some further questions/thoughts:
defaultbuild task? Should we use a separate task (release?) to do this?