Skip to content

Commit

Permalink
Added compiled assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Parziphal committed May 21, 2016
1 parent 30d40a7 commit 6289978
Show file tree
Hide file tree
Showing 14 changed files with 2,309 additions and 19 deletions.
19 changes: 0 additions & 19 deletions install.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,25 +93,6 @@
}


/**
* Compile assets
*/
$c->put("\n");
$c->put("Compiling assets", null, Color::BLUE);

# Set console to assets
Rails::assets()->setConsole($c);

# Compile files
# CSS minifier Toopay/Assetic-Minifier uses /e modifier in its
# preg_replace() calls, which is deprecated as of PHP 5.5. Change
# error_reporting to avoid triggering the deprecation warning.
set_error_handler('nullErrorHandler');
Rails::assets()->compileAll();

$c->put("done");


/**
* Finish
*/
Expand Down

Large diffs are not rendered by default.

Binary file not shown.
328 changes: 328 additions & 0 deletions public/assets/application-bc73ca384fb75ba1c8d9ef550136a4bf.js

Large diffs are not rendered by default.

Binary file not shown.
1 change: 1 addition & 0 deletions public/assets/application.css

Large diffs are not rendered by default.

Binary file added public/assets/application.css.gz
Binary file not shown.
328 changes: 328 additions & 0 deletions public/assets/application.js

Large diffs are not rendered by default.

Binary file added public/assets/application.js.gz
Binary file not shown.
5 changes: 5 additions & 0 deletions public/assets/manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
application.js: application-bc73ca384fb75ba1c8d9ef550136a4bf.js
moe-legacy/application.js: moe-legacy/application-51bfe7807503505997eccce2d6d89551.js
application.css: application-0b1f0761b0f488c409a80b516518e0e1.css
...

Large diffs are not rendered by default.

Binary file not shown.
823 changes: 823 additions & 0 deletions public/assets/moe-legacy/application.js

Large diffs are not rendered by default.

Binary file added public/assets/moe-legacy/application.js.gz
Binary file not shown.

0 comments on commit 6289978

Please sign in to comment.