mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 23:30:36 +01:00
moved semver out of client js files #2245
This commit is contained in:
@@ -41,7 +41,6 @@ module.exports = function(Meta) {
|
||||
'public/vendor/xregexp/unicode/unicode-base.js',
|
||||
'public/vendor/buzz/buzz.min.js',
|
||||
'public/vendor/mousetrap/mousetrap.js',
|
||||
'public/vendor/semver/semver.browser.js',
|
||||
'./node_modules/templates.js/lib/templates.js',
|
||||
'public/src/utils.js',
|
||||
'public/src/app.js',
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
<script type="text/javascript" src="{relative_path}/vendor/nanoscroller/nanoscroller.min.js"></script>
|
||||
<script type="text/javascript" src="{relative_path}/vendor/jquery/event/jquery.event.drag.js"></script>
|
||||
<script type="text/javascript" src="{relative_path}/vendor/jquery/event/jquery.event.drop.js"></script>
|
||||
<script type="text/javascript" src="{relative_path}/vendor/semver/semver.browser.js"></script>
|
||||
|
||||
<script>
|
||||
require.config({
|
||||
|
||||
Reference in New Issue
Block a user