You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123 lines
5.9 KiB
123 lines
5.9 KiB
------------------------------------------------------------------------
|
|
r52 | sbecker | 2007-11-04 01:38:21 -0400 (Sun, 04 Nov 2007) | 3 lines
|
|
|
|
* Allow configuration of which environments the helpers should merge scripts with the Synthesis::AssetPackage.merge_environments variable.
|
|
* Refactored tests so they can all run together, and not depend on what the RAILS_ENV constant is.
|
|
* Only add file extension if it was explicitly passed in, fixes other helpers in rails.
|
|
------------------------------------------------------------------------
|
|
r51 | sbecker | 2007-10-26 16:24:48 -0400 (Fri, 26 Oct 2007) | 1 line
|
|
|
|
* Updated jsmin.rb to latest version from 2007-07-20
|
|
------------------------------------------------------------------------
|
|
r50 | sbecker | 2007-10-23 23:16:07 -0400 (Tue, 23 Oct 2007) | 1 line
|
|
|
|
Updated CHANGELOG
|
|
|
|
------------------------------------------------------------------------
|
|
r49 | sbecker | 2007-10-23 23:13:27 -0400 (Tue, 23 Oct 2007) | 1 line
|
|
|
|
* Finally committed the subdirectory patch. (Thanks James Coglan!)
|
|
------------------------------------------------------------------------
|
|
r48 | sbecker | 2007-10-15 15:10:43 -0400 (Mon, 15 Oct 2007) | 1 line
|
|
|
|
* Speed up rake tasks and remove rails environment dependencies
|
|
------------------------------------------------------------------------
|
|
r43 | sbecker | 2007-07-02 15:30:29 -0400 (Mon, 02 Jul 2007) | 1 line
|
|
|
|
* Updated the docs regarding testing.
|
|
------------------------------------------------------------------------
|
|
r42 | sbecker | 2007-07-02 15:27:00 -0400 (Mon, 02 Jul 2007) | 1 line
|
|
|
|
* For production helper test, build packages once - on first setup.
|
|
------------------------------------------------------------------------
|
|
r41 | sbecker | 2007-07-02 15:14:13 -0400 (Mon, 02 Jul 2007) | 1 line
|
|
|
|
* Put build_all in test setup and delete_all in test teardown so all tests will pass the on first run of test suite.
|
|
------------------------------------------------------------------------
|
|
r40 | sbecker | 2007-07-02 14:55:28 -0400 (Mon, 02 Jul 2007) | 1 line
|
|
|
|
* Fix quotes, add contact info
|
|
------------------------------------------------------------------------
|
|
r39 | sbecker | 2007-07-02 14:53:52 -0400 (Mon, 02 Jul 2007) | 1 line
|
|
|
|
* Add note on how to run the tests for asset packager.
|
|
------------------------------------------------------------------------
|
|
r38 | sbecker | 2007-01-25 15:36:42 -0500 (Thu, 25 Jan 2007) | 1 line
|
|
|
|
added CHANGELOG w/ subversion log entries
|
|
------------------------------------------------------------------------
|
|
r37 | sbecker | 2007-01-25 15:34:39 -0500 (Thu, 25 Jan 2007) | 1 line
|
|
|
|
updated jsmin with new version from 2007-01-23
|
|
------------------------------------------------------------------------
|
|
r35 | sbecker | 2007-01-15 19:22:16 -0500 (Mon, 15 Jan 2007) | 1 line
|
|
|
|
require synthesis/asset_package in rake tasks, as Rails 1.2 seems to necessitate
|
|
------------------------------------------------------------------------
|
|
r34 | sbecker | 2007-01-05 12:22:09 -0500 (Fri, 05 Jan 2007) | 1 line
|
|
|
|
do a require before including in action view, because when running migrations, the plugin lib files don't automatically get required, causing the include to error out
|
|
------------------------------------------------------------------------
|
|
r33 | sbecker | 2006-12-23 02:03:41 -0500 (Sat, 23 Dec 2006) | 1 line
|
|
|
|
updating readme with various tweaks
|
|
------------------------------------------------------------------------
|
|
r32 | sbecker | 2006-12-23 02:03:12 -0500 (Sat, 23 Dec 2006) | 1 line
|
|
|
|
updating readme with various tweaks
|
|
------------------------------------------------------------------------
|
|
r31 | sbecker | 2006-12-23 01:52:25 -0500 (Sat, 23 Dec 2006) | 1 line
|
|
|
|
updated readme to show how to use different media for stylesheets
|
|
------------------------------------------------------------------------
|
|
r28 | sbecker | 2006-11-27 21:02:14 -0500 (Mon, 27 Nov 2006) | 1 line
|
|
|
|
updated compute_public_path, added check for images
|
|
------------------------------------------------------------------------
|
|
r27 | sbecker | 2006-11-10 18:28:29 -0500 (Fri, 10 Nov 2006) | 1 line
|
|
|
|
tolerate extra periods in source asset names. fixed subversion revision checking to be file specific, instead of repository specific.
|
|
------------------------------------------------------------------------
|
|
r26 | sbecker | 2006-06-24 17:04:27 -0400 (Sat, 24 Jun 2006) | 1 line
|
|
|
|
convert asset_packages_yml var to a class var
|
|
------------------------------------------------------------------------
|
|
r25 | sbecker | 2006-06-24 12:37:47 -0400 (Sat, 24 Jun 2006) | 1 line
|
|
|
|
Added ability to include assets by package name. In development, include all uncompressed asset files. In production, include the single compressed asset.
|
|
------------------------------------------------------------------------
|
|
r24 | sbecker | 2006-06-19 21:57:23 -0400 (Mon, 19 Jun 2006) | 1 line
|
|
|
|
Updates to README and about.yml
|
|
------------------------------------------------------------------------
|
|
r23 | sbecker | 2006-06-19 14:55:39 -0400 (Mon, 19 Jun 2006) | 2 lines
|
|
|
|
Modifying about.yml and README
|
|
|
|
------------------------------------------------------------------------
|
|
r21 | sbecker | 2006-06-19 12:18:32 -0400 (Mon, 19 Jun 2006) | 2 lines
|
|
|
|
added "formerly known as MergeJS"
|
|
|
|
------------------------------------------------------------------------
|
|
r20 | sbecker | 2006-06-19 12:14:46 -0400 (Mon, 19 Jun 2006) | 2 lines
|
|
|
|
Updating docs
|
|
|
|
------------------------------------------------------------------------
|
|
r19 | sbecker | 2006-06-19 11:26:08 -0400 (Mon, 19 Jun 2006) | 2 lines
|
|
|
|
removing compiled test assets from subversion
|
|
|
|
------------------------------------------------------------------------
|
|
r18 | sbecker | 2006-06-19 11:19:59 -0400 (Mon, 19 Jun 2006) | 2 lines
|
|
|
|
Initial import.
|
|
|
|
------------------------------------------------------------------------
|
|
r17 | sbecker | 2006-06-19 11:18:56 -0400 (Mon, 19 Jun 2006) | 2 lines
|
|
|
|
Creating directory.
|
|
|
|
------------------------------------------------------------------------
|