mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Build prod assets
This commit is contained in:
parent
c71ee9c966
commit
fef17e2fa7
@ -2,7 +2,7 @@
|
|||||||
/**
|
/**
|
||||||
* This file is generated by the "yii asset" command.
|
* This file is generated by the "yii asset" command.
|
||||||
* DO NOT MODIFY THIS FILE DIRECTLY.
|
* DO NOT MODIFY THIS FILE DIRECTLY.
|
||||||
* @version 2017-05-03 13:15:45
|
* @version 2017-05-10 23:36:35
|
||||||
*/
|
*/
|
||||||
return [
|
return [
|
||||||
'all' => [
|
'all' => [
|
||||||
@ -10,7 +10,7 @@ return [
|
|||||||
'basePath' => '@webroot-static',
|
'basePath' => '@webroot-static',
|
||||||
'baseUrl' => '@web-static',
|
'baseUrl' => '@web-static',
|
||||||
'js' => [
|
'js' => [
|
||||||
'js/all-7107492af5c2f8771faf51e076eba1d7.js',
|
'js/all-c926aeb5b9f596dc2753c4b0fd951cf9.js',
|
||||||
],
|
],
|
||||||
'css' => [
|
'css' => [
|
||||||
'css/all-f3df348618e1b371f6a5c7414de1ac08.css',
|
'css/all-f3df348618e1b371f6a5c7414de1ac08.css',
|
||||||
|
File diff suppressed because one or more lines are too long
@ -263,7 +263,6 @@ humhub.module('ui.additions', function (module, require, $) {
|
|||||||
|
|
||||||
$nodes.each(function() {
|
$nodes.each(function() {
|
||||||
var $this = $(this);
|
var $this = $(this);
|
||||||
console.log('Apply additions to ', this);
|
|
||||||
module.applyTo($this);
|
module.applyTo($this);
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user