mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
added jquery and droids font to manifest
This commit is contained in:
parent
726c549839
commit
bca83fcaca
4 changed files with 19 additions and 6 deletions
|
|
@ -16,6 +16,16 @@ var Manifest = '';
|
|||
|
||||
setWatachFunctions();
|
||||
|
||||
/* function add file or files to manifest */
|
||||
exports.addFiles = function(pFileNames_a){
|
||||
if(pFileNames_a instanceof Array)
|
||||
for(var i=0; i < pFileNames_a.Length; i++)
|
||||
exports.watch(pFileNames_a[i]);
|
||||
else
|
||||
exports.watch(pFileNames_a);
|
||||
|
||||
};
|
||||
|
||||
|
||||
exports.createManifest = function(){
|
||||
var lAllNames = cloudRequire(process.cwd() + '/hashes');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue