bin/uki in uki-1.1.2 vs bin/uki in uki-1.1.3
- old
+ new
@@ -116,10 +116,10 @@
command :build do |c|
c.syntax = 'uki build [file1 [, file2]]'
c.summary = 'Build current project'
c.description = 'Merges and compresses javascript files.
- Merges all include() and include_css() in js files. Merged output
+ Merges all include() and include_text() in js files. Merged output
is processed through google clousure compiler. Supports .js and .html
files as parameters.
By default builds index.html file in current directory and puts them into
build dir.