Commit Graph

18 Commits

Author SHA1 Message Date
Arlo Breault 693e9a1e0e Add the build status 2014-11-22 20:31:12 -08:00
lilia 6b034e951a Make the concat list explicit
Since I decided to preen mocha and chai, we can no longer generate the
concat file list from the preen config. We must instead explicitly list
the modules we want to concatenate. I placed this config in bower.json
so that most of the time, we won't need to change the Gruntfile.

Also added a concatenation task for test page dependencies.
2014-10-30 18:33:37 -07:00
lilia 508c59e05c Rename bower_components
To components. Because tab-completion works better when there aren't two
things starting with bower, and shorter names are nicer to deal with in
general.
2014-10-30 16:53:08 -07:00
lilia 0c1ef92795 README note about deps and wrap some lines 2014-10-30 15:05:39 -07:00
lilia a79fb363aa Let npm install bower
One less step for new contributors who need to add dependencies.
2014-10-30 14:47:50 -07:00
lilia e02098eefb README updates 2014-10-30 14:41:29 -07:00
lilia 73f4f64351 Grunt preen and concat
Set up grunt with tasks for:
  * preen - deletes unused files from bower_components, configured in
      bower.json
  * concat - concatenates preened bower components, configured
      automagically from the preen config

It's worth noting that this setup assumes the order of files within a
package doesn't matter. This is usually true since we often include only
one file from the package.
2014-10-29 20:50:51 -07:00
lilia c8ad65efe0 Switch to bower dependencies
Checks in only the files we actually need from bower_components.
2014-10-29 20:50:51 -07:00
Adam Prescott ea85e41cac Add some initial development setup instructions. 2014-10-17 20:37:35 -04:00
Matt Corallo 82d04e347c Update readme 2014-07-26 18:15:23 -04:00
lilia 74d5fc1f43 Correction to url 2014-07-26 11:59:25 -10:00
lilia 396857ee23 Fix typo and add links to mocha and chai docs 2014-07-26 08:29:19 -10:00
lilia 3accf69725 Add a note about running tests locally 2014-07-26 02:14:28 -10:00
Matt Corallo 53a58f5b39 Update README (closes #42) 2014-06-09 20:27:09 -04:00
James Firth 6a00e8e348 Random things from James-Firth incl update icon 2014-05-26 00:55:38 +02:00
James Firth a9dd59ddba Fixed typo so list is a proper bullet list now. 2014-05-24 10:24:15 -05:00
James Firth 5c3d1f927f Updated README
Added info on how to develop
2014-05-24 10:22:14 -05:00
Matt Corallo 6842f5331f Add README describing current state. 2014-03-06 14:12:24 -04:00