File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Underscore. template
1+ # Underscore- template
22
33More APIs for Underscore's template engine - template fetching, rendering and caching.
44
55## Install
66
77``` bash
8- $ bower install underscore. template
8+ $ bower install underscore- template
99```
1010
1111***
Original file line number Diff line number Diff line change 11{
2- "name" : " underscore. template" ,
3- "version" : " 0.1.0 " ,
4- "homepage" : " https://github.com/cssmagic/underscore. template" ,
2+ "name" : " underscore- template" ,
3+ "version" : " 0.1.1 " ,
4+ "homepage" : " https://github.com/cssmagic/underscore- template" ,
55 "authors" : [
66 " cssmagic"
77 ],
88 "description" : " More APIs for Underscore's template engine." ,
9- "main" : " src/action .js" ,
9+ "main" : " src/underscore-template .js" ,
1010 "moduleType" : [
1111 " globals"
1212 ],
Original file line number Diff line number Diff line change 11/**
2- * Underscore. template - More APIs for Underscore's template engine - template fetching, rendering and caching.
2+ * Underscore- template - More APIs for Underscore's template engine - template fetching, rendering and caching.
33 * Released under the MIT license.
4- * https://github.com/cssmagic/underscore. template
4+ * https://github.com/cssmagic/underscore- template
55 */
66var template = function ( ) {
77 'use strict'
Original file line number Diff line number Diff line change 22< html >
33< head >
44< meta charset ="UTF-8 ">
5- < title > UT - Underscore. template</ title >
5+ < title > UT - Underscore- template</ title >
66< meta name ="viewport " content ="initial-scale=1, maximum-scale=1, user-scalable=no ">
77< link rel ="stylesheet " href ="../bower_components/mocha/mocha.css ">
88< link rel ="stylesheet " href ="../bower_components/mocha.css/src/mocha.css ">
99</ head >
1010< body >
1111< header >
12- < h1 > UT - Underscore. template</ h1 >
13- < p > < a href ="https://github.com/cssmagic/underscore. template "> View on GitHub</ a > </ p >
12+ < h1 > UT - Underscore- template</ h1 >
13+ < p > < a href ="https://github.com/cssmagic/underscore- template "> View on GitHub</ a > </ p >
1414</ header >
1515< div id ="mocha "> </ div >
1616<!-- deps -->
@@ -26,7 +26,7 @@ <h1>UT - Underscore.template</h1>
2626var expect = chai . expect
2727</ script >
2828<!-- source code -->
29- < script src ="../src/underscore. template.js "> </ script >
29+ < script src ="../src/underscore- template.js "> </ script >
3030<!-- test-case -->
3131< script src ="test.js "> </ script >
3232<!-- init -->
You can’t perform that action at this time.
0 commit comments