https://github.com/splix/soyutils-requirejs
soyutils.js as a RequireJS module
https://github.com/splix/soyutils-requirejs
Last synced: 9 months ago
JSON representation
soyutils.js as a RequireJS module
- Host: GitHub
- URL: https://github.com/splix/soyutils-requirejs
- Owner: splix
- License: other
- Created: 2013-02-28T11:31:31.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-28T11:15:55.000Z (almost 13 years ago)
- Last Synced: 2024-04-16T10:52:44.288Z (about 2 years ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.txt
Awesome Lists containing this project
README
soyutils.js as a RequireJS module
=================================
It's a soyutils.js from Google Closure Templates library, packaged as a RequireJS module.
I'm not adding, not removing anything from original soyutils.js (see `soyutils.origin.js`), just a repackaged
version of the library.
I've split original library into smaller RequireJS modules (`src` dir), and made an optimized version as
`soyutils.min.js`. You can make your own version by executing `build.sh`
Version
-------
Based on build from 21 Dec 2012 (`closure-templates-for-javascript-latest.zip`, SHA1 checksum
`6c264845a48d1ba59d8c725c593530be003cf525`)
You can download original version from https://code.google.com/p/closure-templates/
License
-------
Same as original library.
Licensed under the Apache License, Version 2.0.