Skip to content

Commit aa2fe19

Browse files
committed
Modularize into CoreComment and CommentSpaceAllocators [Still buggy\!]
1 parent bb3f115 commit aa2fe19

23 files changed

Lines changed: 1363 additions & 5766 deletions

Gruntfile.coffee

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = (grunt) ->
44

55
# !! Compile configurations
66
License = '/*!Copyright(c) CommentCoreLibrary (//github.com/jabbany/CommentCoreLibrary) - Licensed under the MIT License */'
7-
FilterType = "Comment" # "Comment" || "Simple"
7+
FilterType = "Simple" # "Comment" || "Simple"
88
# !! End of config area
99

1010
CSS = [
@@ -14,9 +14,10 @@ module.exports = (grunt) ->
1414

1515
SRC_CORE = [
1616
'src/Array.js'
17+
'src/core/CommentSpaceAllocator.js'
18+
'src/core/Comment.js'
1719
'src/filter/' + FilterType + 'Filter.js'
18-
'src/CommentSpaceAllocator.js'
19-
'src/CommentCoreLibrary.js'
20+
'src/CommentCoreLibraryX.js'
2021
]
2122

2223
SRC_SCRIPTING_KAGEROU =

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ to use this in any project, you can simply include the following line:
1919
CommentCoreLibrary (//github.com/jabbany/CommentCoreLibrary) - Licensed under the MIT license
2020

2121
## Installing
22-
With [bower](http://bower.io/)
22+
With [bower](http://bower.io/):
2323
`bower install comment-core-library`
2424

25-
With [npm](https://www.npmjs.org/)
25+
With [npm](https://www.npmjs.org/):
2626
`npm install comment-core-library`
2727

2828
For Rails, installing with [rails-assets](https://rails-assets.org/) is recommended

0 commit comments

Comments
 (0)