This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
AdminLTE
mirror of
https://github.com/ColorlibHQ/AdminLTE
Watch
1
Star
0
Fork
You've already forked AdminLTE
0
Code
Issues
Releases
Wiki
Activity
fc5ef6217b
AdminLTE
/
grunt-tasks
/
clean.js
8 lines
97 B
JavaScript
Raw
Blame
History
'use strict'
;
module
.
exports
=
function
(
grunt
)
{
return
{
build
:
[
"build/img/*"
]
}
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink