mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
refactor(html) index: add path vars
This commit is contained in:
parent
0d93a9daae
commit
bab302c8fc
1 changed files with 8 additions and 6 deletions
|
|
@ -34,13 +34,15 @@
|
|||
'use strict';
|
||||
|
||||
var script,
|
||||
lib = 'lib/',
|
||||
client = lib + 'client/',
|
||||
files = [
|
||||
'lib/client/key.js',
|
||||
'lib/client/listeners.js',
|
||||
'lib/client.js',
|
||||
'lib/client/dom.js',
|
||||
'lib/cloudfunc.js',
|
||||
'lib/util.js'
|
||||
client + 'key.js',
|
||||
client + 'listeners.js',
|
||||
lib + 'client.js',
|
||||
client + 'dom.js',
|
||||
lib + 'cloudfunc.js',
|
||||
lib + 'util.js'
|
||||
],
|
||||
url = getJoinURL(files);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue