Skip to content
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
codeimpossible:gruntjs
Nov 2, 2013
Merged

Update jQuery.maskedinput to use GruntJS instead of Jake#189
digitalBush merged 9 commits intodigitalBush:masterfrom
codeimpossible:gruntjs

Conversation

@codeimpossible
Copy link
Collaborator

The grunt build will automatically pick up new spec files and executes via the command line. You'll need to install the grunt-cli npm package globally to run the grunt build:

$ [sudo] npm install -g grunt-cli

Then just install the npm packages specified in the package.json and run the grunt build.

$ npm install
$ grunt

Some further questions/thoughts:

  • do we care about generating the distribution copies on the default build task? Should we use a separate task (release?) to do this?
  • the grunt file reads the package description and version from the package.json, if we merge Bower support #105 we should change this to take the values from component.json and only use package.json for build dependencies.

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
@digitalBush digitalBush merged commit 00f855f into digitalBush:master Nov 2, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants