0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 11 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added HISTORY file More... over 14 years ago
Rewrote AssetHat::VERSION to be based on VERSION.yml More... over 14 years ago
Prefixed CONFIG_FILEPATH with RAILS_ROOT More... over 14 years ago
.gitignore'd pkg/ More... over 14 years ago
More switching from `::` to `.` preceding a module's method More... over 14 years ago
Regenerated gemspec for version 0.1.0 More... over 14 years ago
Switched to Jeweler for gem management More... over 14 years ago
Version bump to 0.1.0 More... over 14 years ago
Clarified `include_{css,js}` intro examples in readme More... over 14 years ago
Readme: Fixed nested list indentation levels so that they're Markdown-parsed properly More... over 14 years ago
Renamed README to README.markdown More... over 14 years ago
Switched from `::` to `.` preceding a module's method More... over 14 years ago
Added test for AssetHat::CSS.add_asset_hosts More... over 14 years ago
Added test for AssetHat::CSS.add_asset_commit_ids More... over 14 years ago
Updated `asset_hat:*:minify` tasks to mention the engine in output More... over 14 years ago
Added error handling to `AssetHat::bundle_filenames` and `AssetHat::bundle_filepaths` More... over 14 years ago
Changed readme to recommend creating asset_hat.rake, not appending to Rakefile More... over 14 years ago
Added error handling to rails/init.rb More... over 14 years ago
Added error handling to asset_hat:css:minify and asset_hat:js:minify tasks More... over 14 years ago
Use env config, not env name, to choose between local and remote vendor JS More... over 14 years ago
Added support for including specific versions of jQuery, and structure for versioning other vendor code More... over 14 years ago
Completely avoid Rails' built-in asset caching More... over 14 years ago
Misc readme cleanup (added summary; removed code duplication; added step for minifying on deploy) More... over 14 years ago
When minifying CSS, add commit IDs (not mtimes) to image URLs so that they're cache-busted only when a change is committed (not on every deploy). More... over 14 years ago
Switched to using only abbreviated Git commit hashes, which saves bytes in generated HTML/CSS More... over 14 years ago
Added support for switching CSS/JS minification engines via app's config file More... over 14 years ago
Set JSMin as default JS minification engine More... over 14 years ago
Set CSSMin as default CSS minification engine More... over 14 years ago
Added FlexMock as a dev dependency More... over 14 years ago
Added support for multiple CSS/JS minification engines More... over 14 years ago