Build prod assets

This commit is contained in:
buddh4 2017-05-10 23:37:14 +02:00
parent c71ee9c966
commit fef17e2fa7
3 changed files with 4 additions and 5 deletions

View File

@ -2,7 +2,7 @@
/**
* This file is generated by the "yii asset" command.
* DO NOT MODIFY THIS FILE DIRECTLY.
* @version 2017-05-03 13:15:45
* @version 2017-05-10 23:36:35
*/
return [
'all' => [
@ -10,7 +10,7 @@ return [
'basePath' => '@webroot-static',
'baseUrl' => '@web-static',
'js' => [
'js/all-7107492af5c2f8771faf51e076eba1d7.js',
'js/all-c926aeb5b9f596dc2753c4b0fd951cf9.js',
],
'css' => [
'css/all-f3df348618e1b371f6a5c7414de1ac08.css',

View File

@ -263,7 +263,6 @@ humhub.module('ui.additions', function (module, require, $) {
$nodes.each(function() {
var $this = $(this);
console.log('Apply additions to ', this);
module.applyTo($this);
})
});