Created
November 18, 2009 13:44
Revisions
-
documentcloud revised this gist
Jan 27, 2010 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ package_assets: on # (on, off, always) embed_assets: on # (on, off, datauri) compress_assets: on # (on, off) gzip_assets: on # (on, off) template_function: _.template # (defaults to the built-in micro-templating) package_path: packages # (defaults to assets) javascript_compressor: closure # (yui, closure) -
documentcloud revised this gist
Jan 26, 2010 . 1 changed file with 2 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ package_assets: on # (on, off, always) embed_assets: on # (on, off, datauri) template_function: _.template # (defaults to the built-in micro-templating) package_path: packages # (defaults to assets) javascript_compressor: closure # (yui, closure) @@ -14,6 +14,7 @@ javascripts: - public/javascripts/lib/set.js - public/javascripts/lib/*.js - public/javascripts/**/*.js - app/views/jst/workspace/*.jst stylesheets: common: @@ -27,5 +28,3 @@ stylesheets: templates: admin: - app/views/jst/**/*.jst -
documentcloud created this gist
Nov 18, 2009 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,31 @@ package_assets: on # (on, off, always) embed_images: on # (on, off, datauri) template_function: _.template # (defaults to the built-in micro-templating) package_path: packages # (defaults to assets) javascript_compressor: closure # (yui, closure) compressor_options: compilation_level: ADVANCED_OPTIMIZATIONS javascripts: workspace: - public/javascripts/vendor/*.js - public/javascripts/application.js - public/javascripts/lib/bindable.js - public/javascripts/lib/set.js - public/javascripts/lib/*.js - public/javascripts/**/*.js stylesheets: common: - public/stylesheets/vendor/reset.css - public/stylesheets/ui/*.css workspace: - public/stylesheets/pages/workspace.css empty: - public/stylesheets/pages/empty.css templates: admin: - app/views/jst/**/*.jst public: - app/views/jst/public/*.jst