Thomas Reynolds
|
bbff9d822c
|
Don't require activesupport until necessary
|
2012-04-26 15:05:25 -07:00 |
|
Thomas Reynolds
|
cc3aebf5cc
|
Allow compressor to be passed to minify extensions as an activate option
|
2012-04-26 14:15:35 -07:00 |
|
Thomas Reynolds
|
240f67410d
|
Use config.rb file contents in minify test cases instead of fixtures
|
2012-04-26 14:07:10 -07:00 |
|
Thomas Reynolds
|
6987043a5f
|
Fix minify_css inline test
|
2012-04-26 13:54:38 -07:00 |
|
Thomas Reynolds
|
c8e79f5755
|
test rbx
|
2012-04-26 13:47:07 -07:00 |
|
Thomas Reynolds
|
f529f0b85d
|
Merge pull request #369 from bhollis/watcher
Simplify watcher using newer listen features
|
2012-04-26 13:37:52 -07:00 |
|
Thomas Reynolds
|
1e271448fa
|
Merge pull request #392 from bhollis/minify
Disable inline minification by default, allow it to be turned on with an option
|
2012-04-26 10:52:48 -07:00 |
|
Thomas Reynolds
|
c928b04f69
|
Merge pull request #391 from bhollis/padrino
Un-vendor padrino helpers
|
2012-04-26 10:50:09 -07:00 |
|
Ben Hollis
|
ce9b99ce44
|
Disable inline minification by default, allow it to be turned on with an option
|
2012-04-25 23:41:09 -07:00 |
|
Ben Hollis
|
dcc6c5b5e1
|
Simplify watcher to not fork by using 'listen' in non-blocking mode
|
2012-04-25 23:21:44 -07:00 |
|
Ben Hollis
|
49f95b9942
|
Un-vendor padrino helpers
|
2012-04-25 23:16:25 -07:00 |
|
Ben Hollis
|
37fc5b2b8c
|
Use listen gem's built in relative_path support
|
2012-04-25 22:51:21 -07:00 |
|
Thomas Reynolds
|
9a7fd0f8d4
|
Merge pull request #390 from bhollis/i18n
Fix I18n tests by clearing out locale paths from other test runs
|
2012-04-25 22:42:55 -07:00 |
|
Ben Hollis
|
ddedc99473
|
Fix I18n tests by clearing out locale paths from other test runs
|
2012-04-25 22:37:41 -07:00 |
|
Thomas Reynolds
|
8ae87278b5
|
Merge pull request #385 from arronmabrey/master
Adding a fun lorem.tweet method.
|
2012-04-25 09:39:27 -07:00 |
|
Arron Mabrey
|
ac89ec0ee7
|
Adding a fun lorem.tweet method. Thanks to http://www.kevadamson.com/talking-of-design/article/140-alternative-characters-to-lorem-ipsum
|
2012-04-25 13:31:20 -03:00 |
|
Thomas Reynolds
|
dc9c3c5e77
|
Merge pull request #376 from bhollis/minify
Only warn on JS minification errors, and allow for custom minification ignores
|
2012-04-24 09:58:42 -07:00 |
|
Thomas Reynolds
|
1d583caf40
|
Merge pull request #381 from bhollis/speedup
Two speedups
|
2012-04-24 09:57:19 -07:00 |
|
Thomas Reynolds
|
163270c5d0
|
Merge pull request #378 from bhollis/frontmatter
Properly handle pages with no frontmatter
|
2012-04-24 09:52:43 -07:00 |
|
Thomas Reynolds
|
7580260706
|
Merge pull request #377 from bhollis/i18n
Append to I18n.load_path instead of replacing it
|
2012-04-24 09:51:53 -07:00 |
|
Ben Hollis
|
ecf56d8e55
|
Cache Resource#metadata
|
2012-04-24 00:22:19 -07:00 |
|
Ben Hollis
|
35037957a6
|
Get rid of some extraneous sitemap refreshes
|
2012-04-24 00:22:10 -07:00 |
|
Ben Hollis
|
776ce4d5ae
|
Properly handle pages with no frontmatter
|
2012-04-23 22:28:51 -07:00 |
|
Ben Hollis
|
9aadbbdca9
|
Append to I18n.load_path instead of replacing it
|
2012-04-23 22:27:45 -07:00 |
|
Ben Hollis
|
82cc836ed9
|
Only warn on JS minification errors, and allow for custom minification ignores
|
2012-04-23 22:26:20 -07:00 |
|
Thomas Reynolds
|
83178031d2
|
Merge pull request #371 from bhollis/speedup
Speed up builds
|
2012-04-23 10:29:06 -07:00 |
|
Thomas Reynolds
|
5405af5e0f
|
Merge pull request #372 from bhollis/timing
Add timing info to render logging, and document why we use thin instead of webrick
|
2012-04-23 10:27:04 -07:00 |
|
Ben Hollis
|
c560a0d20e
|
Add timing info to render logging, and document why we use thin instead of webrick
|
2012-04-23 01:24:16 -07:00 |
|
Ben Hollis
|
ab77cb2f34
|
Add an "origin" parameter to provides_metadata to allow for replacing metadata callbacks rather than always appending
|
2012-04-23 01:17:24 -07:00 |
|
Ben Hollis
|
a4fcb4d939
|
Fix the file watcher to correctly use relative paths, to ignore files we don't care about, and have a find_new_files method that works like reload_path, but only touches previously-unknown files. This all ends up speeding up the build by a lot.
|
2012-04-23 01:17:13 -07:00 |
|
Thomas Reynolds
|
1f93ec9b94
|
Bump deps
|
2012-04-22 11:02:23 -07:00 |
|
Thomas Reynolds
|
d95c0e6a3f
|
Ducks in row
|
2012-04-21 14:48:26 -07:00 |
|
Thomas Reynolds
|
c5aa707d89
|
Merge pull request #367 from bhollis/reorder
Reorder extensions so frontmatter is available before sitemap
|
2012-04-21 13:24:46 -07:00 |
|
Ben Hollis
|
0a677f5de1
|
Reorder extensions so frontmatter is available before sitemap
|
2012-04-20 23:38:59 -07:00 |
|
Ben Hollis
|
9be76da3cf
|
Simplify populating the sitemap lookup cache
|
2012-04-20 21:59:20 -07:00 |
|
Thomas Reynolds
|
9024de85d8
|
Allow partial to find files without an underscore prefix. Closes #366
|
2012-04-20 10:34:22 -07:00 |
|
Thomas Reynolds
|
b97f681ef1
|
Move file extension methods up a level
|
2012-04-19 15:47:47 -07:00 |
|
Thomas Reynolds
|
aa3e1a6c5a
|
Merge pull request #365 from steel/master
Add lib/assets to sprockets asset path
|
2012-04-18 16:38:05 -07:00 |
|
Steel Fu
|
a85678f040
|
Add lib/asset to sprocket load path
|
2012-04-18 13:58:20 -07:00 |
|
Thomas Reynolds
|
129c2845f8
|
Merge pull request #364 from bhollis/master
Ignore unnecessary ignores and use destination_path in url
|
2012-04-18 09:42:59 -07:00 |
|
Ben Hollis
|
a0712224c6
|
Ignore unnecessary ignores and use destination_path in url
|
2012-04-17 23:55:28 -07:00 |
|
Thomas Reynolds
|
cf66ddf206
|
Make file watcher paths relative
|
2012-04-17 12:23:33 -07:00 |
|
Thomas Reynolds
|
5866540dd8
|
Sort default i18n filenames
|
2012-04-17 10:59:58 -07:00 |
|
Thomas Reynolds
|
b492ded55d
|
nothing left todo
|
2012-04-17 10:55:19 -07:00 |
|
Thomas Reynolds
|
c623993cc5
|
Merge pull request #363 from bhollis/asset_hash
Fix asset hash with new sitemap
|
2012-04-17 09:36:37 -07:00 |
|
Thomas Reynolds
|
67ba6acf02
|
Merge pull request #362 from bhollis/master
Updated changelog with changes since beta 1
|
2012-04-17 09:33:48 -07:00 |
|
Ben Hollis
|
8178eb5602
|
Use set in filewatcher
|
2012-04-17 01:05:33 -07:00 |
|
Ben Hollis
|
50b797e0be
|
Get asset_hash working after the sitemap refactor. Part of this required changing the behavior of the OnDisk Sitemap extension to rebuild the sitemap every time a file is touched, instead of just when files are added (even if the file being touched is ignored by the sitemap, like a partial!). This is because asset_hash needs to recalculate hashes whenever any file changes, since partials can affect the output of other files.
|
2012-04-17 01:05:28 -07:00 |
|
Ben Hollis
|
af2d99f7cd
|
Update changelog with other changes since beta 1
|
2012-04-16 23:40:41 -07:00 |
|
Thomas Reynolds
|
dc784edc66
|
test directory_index and relative_assets combo
|
2012-04-16 16:52:21 -07:00 |
|