mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
Minify and Cache objects moved to object.js module, minify moved to node_modules
This commit is contained in:
parent
1b11871f45
commit
683ee6a15c
5 changed files with 209 additions and 172 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -27,4 +27,9 @@ apache-status
|
|||
.nodester.appconfig
|
||||
|
||||
#log file
|
||||
log.txt
|
||||
log.txt
|
||||
|
||||
#minify module
|
||||
!node_modules/
|
||||
node_modules/*
|
||||
!node_modules/minify
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue