We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6a03c commit 4825af1Copy full SHA for 4825af1
9 files changed
Gruntfile.coffee
@@ -17,12 +17,14 @@ module.exports = (grunt) ->
17
SRC_CORE_CMP = [
18
'Comment'
19
'CommentSpaceAllocator'
20
+ 'css/CSSComment'
21
]
22
23
SRC_CORE = [
24
'src/Array.js'
25
'src/core/CommentSpaceAllocator.js'
26
'src/core/Comment.js'
27
+ 'src/core/css/CSSComment.js'
28
'src/filter/' + FilterType + 'Filter.js'
29
'src/CommentCoreLibrary.js'
30
0 commit comments