Marcus Mateus
b65a3edaa2
Added Sprockets logger and now log asset pipeline compilation exceptions
2012-06-18 01:26:46 -05:00
Marcus Mateus
5ff1a9d255
Removed now superfluous JHW specific Sprockets template engine files
2012-06-12 23:03:09 -05:00
Marcus Mateus
1557bfbc55
Ouch! Corrected logic mistake in calculation of cache_file freshness
2012-06-12 22:54:15 -05:00
Marcus Mateus
99cef1c9a6
Refactored and simplified sprockets asset caching
...
* Done primarily so postprocessors would work properly
(i.e. sprockets-commonjs)
* Potentially eliminates need for all the JHW specific template
engines, except NilTemplate
2012-06-12 22:17:26 -05:00
Marcus Mateus
0987d6acc9
Exposed sprockets_environment from Jasmine::Headless
...
* Allows for manipulation of the Sprockets::Environment for
things like adding/removing pre/postprocessors from spec_helper.rb
* Also, fixed specs that were failing on files_list.rb when
run standalone due to missing require in file_checker.rb
2012-06-12 21:47:45 -05:00
William Josephson
1c81ea7286
Most filesystems don't guarantee directory listing order, so sort glob results.
2012-04-02 22:12:45 -04:00
Ian Yang
1aac97ea1f
do not populate the global Sprockets environment
2012-03-23 22:52:54 +08:00
John Bintz
21590a9a19
Merge pull request #111 from rossta/register_custom_template_hook
...
Ability to register custom template engines...
2012-03-22 04:17:13 -07:00
John Bintz
c96cbd4aac
move sprockets gem finding to separate gem that enforces rubygems version, implements #116 in a different way
2012-02-08 09:07:54 -05:00
John Bintz
453f439271
forgot a change
2012-01-24 14:47:31 -05:00
John Bintz
142a0c974b
make sure src_files can also be loaded from other asset paths, should fix problem found by @christiannelson
2012-01-24 14:38:10 -05:00
Ross Kaffenberger
75dce5b66b
Ability to register custom template engines via Jasmine::Headless.register_engine hook
2012-01-22 18:40:13 -05:00
John Bintz
da59a48025
add verbose reporter
2012-01-10 17:14:37 -05:00
John Bintz
d5b2239d0f
more clean up work, break things apart for manageability/testing
2011-12-30 11:34:30 -05:00
John Bintz
d31f628d91
clean up how reporting is done somoe more
2011-12-30 10:47:08 -05:00
John Bintz
0adf3a41b6
a whole ton of reporters work
2011-12-29 18:37:23 -05:00
John Bintz
09f4df94de
merge
2011-12-29 09:38:24 -05:00
John Bintz
9dafb83892
things in a weird state...
2011-12-29 09:32:27 -05:00
John Bintz
dd86eb404e
remove debugging
2011-12-24 09:55:21 -05:00
John Bintz
ac9a9cf23b
try loading bundler too
2011-12-24 09:54:04 -05:00
John Bintz
e38963ed42
try loading bundler too
2011-12-24 09:53:52 -05:00
John Bintz
e03389e938
start splitting the reporters out
2011-12-12 12:22:32 -05:00
John Bintz
7dde9328df
add lib/ and app/ to vendored assets search, fixes #93
2011-12-08 09:13:45 -05:00
John Bintz
352ee417c5
fix extension search issue and expand bad extension searches to jasmine-style includes
2011-12-06 09:31:23 -05:00
Scott Davis
297f822da1
register non supported formats to there own handler and return there contents as empty so sprokets requres do not have to be changed for work. This will report to STDOUT if the file has been skipped
2011-12-05 18:49:52 -05:00
John Bintz
d038a748ed
remove debugging
2011-12-02 18:47:17 -05:00
John Bintz
3b0a11edea
fix spec filtering
2011-12-02 18:37:14 -05:00
John Bintz
6ad4bdaec0
also provide asset_paths in jasmine.yml for adding paths
2011-12-01 16:52:01 -05:00
John Bintz
e25d89962c
fix issues for when not running under bundler
2011-12-01 10:37:35 -05:00
John Bintz
5d504570fd
small refactoring
2011-12-01 08:59:05 -05:00
John Bintz
3c993001de
use kernel.rand/srand
2011-11-29 14:48:55 -05:00
John Bintz
0d4562119f
small speed optimization
2011-11-29 09:45:23 -05:00
John Bintz
3fe66c66c5
specify the random order seed with --seed
2011-11-28 11:47:05 -05:00
John Bintz
f8db052281
randomize spec load order because why not
2011-11-25 18:11:21 -05:00
John Bintz
16f867af09
a little cleanup work
2011-11-25 16:18:06 -05:00
John Bintz
edf5a49f27
test coverage and cleanup in anticipation of merge
2011-11-23 09:35:44 -05:00
John Bintz
38327e6a95
more cleanups for things i found that are broken
2011-11-22 12:14:00 -05:00
John Bintz
2316041580
ok i actually want a bundled asset
2011-11-22 10:51:46 -05:00
John Bintz
7d75b5466f
whoa actually just plug in sprockets, need to backfill tests later since i have real work to do
2011-11-22 10:36:42 -05:00
John Bintz
9b5729b808
yet more changes, getting really close
2011-11-21 10:55:37 -05:00
John Bintz
fde8bc3b7b
a ton of changes
2011-11-21 10:32:49 -05:00
John Bintz
d214674620
fixing things up and cleaning more things
2011-11-20 13:35:30 -05:00
John Bintz
ca8c655f00
more sprockets improvements
2011-11-20 11:56:25 -05:00
John Bintz
61c8ed8828
more sprockets improvements
2011-11-19 19:15:38 -05:00
John Bintz
e04d692d26
reowrk a bunch of the tilt stuff, only use extensions we know
2011-11-19 12:45:40 -05:00
John Bintz
8867d00ac8
support sprockets-style jst templates
2011-11-18 16:00:24 -05:00
John Bintz
537b2e437d
more work on making sprockets support better, oh yeah
2011-11-18 11:50:48 -05:00
John Bintz
a2e3ea90c9
require works, whoa
2011-11-17 22:16:04 -05:00
John Bintz
1583807c14
still reworking things, broken
2011-11-17 16:18:25 -05:00
John Bintz
4150dd1828
working on stuff, broken
2011-11-16 15:28:02 -05:00