mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
added build in jquery module
This commit is contained in:
parent
8e8f7f6d62
commit
a96aa6403f
4 changed files with 11 additions and 3 deletions
|
|
@ -1,9 +1,13 @@
|
|||
2012.07.*, Version 0.1.2
|
||||
2012.07.14, Version 0.1.2
|
||||
|
||||
* Added suport of jitsu.
|
||||
|
||||
* Added module objects.js, Minify and Cache objects moved there.
|
||||
|
||||
* Module Minify moved to node_modules dir
|
||||
|
||||
* Changed the minimize function calls accroding to Minify 0.1.2 changes.
|
||||
|
||||
|
||||
2012.07.11, Version 0.1.1
|
||||
|
||||
|
|
|
|||
4
lib/client/jquery.js
vendored
Normal file
4
lib/client/jquery.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -168,7 +168,7 @@ exports.Minify={
|
|||
}
|
||||
|
||||
if (lOptimizeParams)
|
||||
lMinify.optimize(lOptimizeParams, true);
|
||||
lMinify.optimize(lOptimizeParams);
|
||||
|
||||
this.Cache = lMinify.Cache;
|
||||
}
|
||||
|
|
|
|||
2
node_modules/minify
generated
vendored
2
node_modules/minify
generated
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit fa7b854756ac52e1c3bcf780a0178c882d129099
|
||||
Subproject commit 7ffb27440f01780129f5250e34b42b35b1a7cb7a
|
||||
Loading…
Add table
Add a link
Reference in a new issue