Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
zaide
BakuJS
Commits
6a052d30
Commit
6a052d30
authored
Feb 17, 2016
by
Zéfling
🎨
Browse files
Version 0.2
parent
f4c0f1d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
baku.js
View file @
6a052d30
var
baku
=
{};
var
baku
=
{};
baku
.
version
=
'
0.
1g
'
;
baku
.
version
=
'
0.
2
'
;
/**
/**
* test if it's a string
* test if it's a string
...
...
compress.sh
View file @
6a052d30
...
@@ -10,4 +10,4 @@ elif [ "$1" = 'dom' ]; then
...
@@ -10,4 +10,4 @@ elif [ "$1" = 'dom' ]; then
else
else
cat
baku.js baku.math.js baku.number.js baku.date.js baku.regexp.js baku.string.js baku.string.formater.js | closure-compiler
--js_output_file
=
"baku
$name
.min.js"
cat
baku.js baku.math.js baku.number.js baku.date.js baku.regexp.js baku.string.js baku.string.formater.js | closure-compiler
--js_output_file
=
"baku
$name
.min.js"
fi
fi
sed
-i
'1i/*! BakuJs v0.1g | (c) Zefling | license, see: github.com/Zefling/BakuJS */'
"baku
$name
.min.js"
sed
-i
'1i/*! BakuJs v0.2 | (c) Zefling | license, see: github.com/Zefling/BakuJS */'
"baku
$name
.min.js"
\ No newline at end of file
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment