UNPKG
grunt-depconcat
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Concat depended files
github.com/terrykingcha/grunt-depconcat
grunt-depconcat
/
test
/
fixtures
/
d.css
3 lines
•
55 B
CSS
View Raw
1
2
3
@
import
url
(
"./a.css"
)
; @
import
url
(
"./c.css"
)
;
#d {}