Skip to content

Commit

Permalink
v.4.1.0 (see editor-grammar update)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikos M committed Nov 26, 2016
1 parent 16d189f commit f003258
Show file tree
Hide file tree
Showing 6 changed files with 687 additions and 179 deletions.
10 changes: 5 additions & 5 deletions beeld.config
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tasks =[{}]
replace =[{}]

"@@ROOT@@" = "this"
"@@VERSION@@" = "4.0.1"
"@@VERSION@@" = "4.1.0"
"@@MODULE@@" = "CodeMirrorGrammar"

@
Expand Down Expand Up @@ -78,22 +78,22 @@ tasks =[{}]

# Minify the Package (map of lists)
minify ={}

# Options for Node UglifyJS Compiler (if used, default), (mangle and compress)
uglifyjs =[]
-m -c
@

# Options for Java Closure Compiler (if used)
closure =[]
"--language_in=ECMASCRIPT5_STRICT"
@

# Options for Java YUI Compressor Compiler (if used)
yui =[]
--preserve-semi
@

@

out = ./build/codemirror_grammar.min.js
Expand Down
Loading

0 comments on commit f003258

Please sign in to comment.