mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Add minify config
This commit is contained in:
parent
45122899aa
commit
0ad289fbbf
5 changed files with 23 additions and 2270 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<load target="../../common/xeicon/xeicon.min.css" />
|
||||
<!--// JS -->
|
||||
<block cond="(!$layout_info->layout_type || $layout_info->layout_type == 'default') && ($layout_info->use_demo != 'N' || $layout_info->use_slide != 'N')">
|
||||
<load target="./js/camera.js" />
|
||||
<load target="./js/camera.min.js" />
|
||||
<script>
|
||||
jQuery(function ($) {
|
||||
// main slide : camera show plugin 적용
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
});
|
||||
</script>
|
||||
</block>
|
||||
<load target="./js/jquery.easing.1.3.js" />
|
||||
<load target="./js/jquery.easing.js" />
|
||||
<load target="./js/layout.js" />
|
||||
<load cond="$layout_info->use_demo != 'N'" target="./js/welcome.js" />
|
||||
<load target="./js/SmoothScroll.min.js" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue