- Fix
rake middleman_jasmine:ci
by adding runner_boot dir. [clemenshelm]
- Upgrade from Jasmine 1.3 to Jasmine 2.0. [johanlunds]
- Add Rake-task that runs the tests with PhantomJS. Use
rake middleman_jasmine:ci
[johanlunds, mrship] - Update to new Middleman extension format [mrship]
- Add debug_assets option to expand the assets into individual files. Defaults to false.
- Add config_file option for specifying jasmine config file [byteio, mrship]
- Revise so fixtures are served by Rack::Directory
Rename lib/middleman/jasmine.rb to lib/middleman-jasmine.rb per the middleman extension convention.
- Configure in #after_configuration block
- Apply all middleman_sprockets paths to our internal sprockets
- Expose internal sprockets app with jasmine_sprockets helper
- Only use one Sprockets instance
- Support for fixtures loading from a :fixtures_dir option
- Fix for not using Sprockets
Yanked
- Initial support for Jasmime