-
Notifications
You must be signed in to change notification settings - Fork 44
Incorporate a build step for sub-modules #83
Comments
Of course there's already a Grunt Task for it :) https://github.com/yatskevich/grunt-bower-task Sure, I'm open to exploring Bower. It's got Twitter behind it, so it's not some fly-by-night package manager. |
I'd need to mess around with the components for a day to get a better understanding of how they'd interact, but in general, I'm never opposed to using existing tools rather than rolling custom code. |
Agreed, the only question is whether we just build in external tools and tell users they need to include them for certain tests, or do we try to load them dynamically when quail needs them? We could have users do something like:
Then we use that to see if a test has a dependency and if so just inject a script tag to a required library. |
Added bower-dev branch to test building libs, works well, phantomjs is upset about something with the new version of qunit-composite for some reason, fixing now. |
Merged in bower dev since tests passed and it's a nice standard. |
Closing and updating progress issue on 2.1 release. |
For example, a test for #58 or HTML validation need external libraries.
The text was updated successfully, but these errors were encountered: