Created
June 18, 2013 09:01
-
-
Save edouard-lopez/5803801 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this["JST"] = this["JST"] || {}; | |
this["JST"]["app/templates/cheatsheet.hbs"] = Handlebars.template(function (Handlebars,depth0,helpers,partials,data) { | |
this.compilerInfo = [4,'>= 1.0.0']; | |
helpers = this.merge(helpers, Handlebars.helpers); data = data || {}; | |
var buffer = "", stack1, options, functionType="function", escapeExpression=this.escapeExpression, self=this, blockHelperMissing=helpers.blockHelperMissing; | |
function program1(depth0,data) { | |
var buffer = "", stack1; | |
buffer += "\n <header>\n <h1 id=\"name\" class=\"header\">"; | |
if (stack1 = helpers.name) { stack1 = stack1.call(depth0, {hash:{},data:data}); } | |
else { stack1 = depth0.name; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; } | |
buffer += escapeExpression(stack1) | |
+ "</h1>\n "; | |
stack1 = helpers['if'].call(depth0, depth0.authors, {hash:{},inverse:self.noop,fn:self.program(2, program2, data),data:data}); | |
if(stack1 || stack1 === 0) { buffer += stack1; } | |
buffer += "\n </small>\n </header>\n\n <h2>"; | |
if (stack1 = helpers.description) { stack1 = stack1.call(depth0, {hash:{},data:data}); } | |
else { stack1 = depth0.description; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; } | |
buffer += escapeExpression(stack1) | |
+ "</h2>\n <div id=\"metadata\" class=\"dl-horizontal\">\n <dt class=\"level\">Level </dt>\n <dd><meter low=2 high=4 max=6 value=\""; | |
if (stack1 = helpers.level) { stack1 = stack1.call(depth0, {hash:{},data:data}); } | |
else { stack1 = depth0.level; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; } | |
buffer += escapeExpression(stack1) | |
+ "\" >"; | |
if (stack1 = helpers.level) { stack1 = stack1.call(depth0, {hash:{},data:data}); } | |
else { stack1 = depth0.level; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; } | |
buffer += escapeExpression(stack1) | |
+ " out of 6</meter></dd>\n "; | |
stack1 = helpers['if'].call(depth0, depth0.tags, {hash:{},inverse:self.noop,fn:self.program(5, program5, data),data:data}); | |
if(stack1 || stack1 === 0) { buffer += stack1; } | |
buffer += "\n <dt class=\"date\"><i class=\"icon-calendar\"></i></dt>\n <dd>"; | |
if (stack1 = helpers.date) { stack1 = stack1.call(depth0, {hash:{},data:data}); } | |
else { stack1 = depth0.date; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; } | |
buffer += escapeExpression(stack1) | |
+ "</dd>\n <dt class=\"version\" title=\"version\">~</dt>\n <dd>"; | |
if (stack1 = helpers.version) { stack1 = stack1.call(depth0, {hash:{},data:data}); } | |
else { stack1 = depth0.version; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; } | |
buffer += escapeExpression(stack1) | |
+ "</dd>\n </div>\n "; | |
return buffer; | |
} | |
function program2(depth0,data) { | |
var buffer = "", stack1; | |
buffer += "\n <small>\n <dl title=\"authors\" class=\"dl-horizontal\">\n <dt>by </dt>\n "; | |
stack1 = helpers.each.call(depth0, depth0.authors, {hash:{},inverse:self.noop,fn:self.program(3, program3, data),data:data}); | |
if(stack1 || stack1 === 0) { buffer += stack1; } | |
buffer += "\n "; | |
return buffer; | |
} | |
function program3(depth0,data) { | |
var buffer = ""; | |
buffer += "\n <dd class=\"authors\">" | |
+ escapeExpression((typeof depth0 === functionType ? depth0.apply(depth0) : depth0)) | |
+ "</dd>\n "; | |
return buffer; | |
} | |
function program5(depth0,data) { | |
var buffer = "", stack1; | |
buffer += "\n <dt class=\"tags\">Tags </dt>\n <dd>\n <ul class=\" inline\">\n "; | |
stack1 = helpers.each.call(depth0, depth0.tags, {hash:{},inverse:self.noop,fn:self.program(6, program6, data),data:data}); | |
if(stack1 || stack1 === 0) { buffer += stack1; } | |
buffer += "\n </ul>\n </dd>\n "; | |
return buffer; | |
} | |
function program6(depth0,data) { | |
var buffer = "", stack1; | |
buffer += "\n <li class=\"label label-info\"><i class=\"icon-white icon-tag\"></i>"; | |
stack1 = (typeof depth0 === functionType ? depth0.apply(depth0) : depth0); | |
if(stack1 || stack1 === 0) { buffer += stack1; } | |
buffer += "</li>\n "; | |
return buffer; | |
} | |
function program8(depth0,data) { | |
var buffer = "", stack1; | |
buffer += "\n <dl id=\"sheet\" class=\"dl-horizontal\">\n "; | |
stack1 = helpers.each.call(depth0, depth0.sheet, {hash:{},inverse:self.noop,fn:self.program(9, program9, data),data:data}); | |
if(stack1 || stack1 === 0) { buffer += stack1; } | |
buffer += "\n </dl>\n "; | |
return buffer; | |
} | |
function program9(depth0,data) { | |
var buffer = "", stack1; | |
buffer += "\n <dt id=\""; | |
if (stack1 = helpers.id) { stack1 = stack1.call(depth0, {hash:{},data:data}); } | |
else { stack1 = depth0.id; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; } | |
if(stack1 || stack1 === 0) { buffer += stack1; } | |
buffer += "\" class=\""; | |
if (stack1 = helpers['class']) { stack1 = stack1.call(depth0, {hash:{},data:data}); } | |
else { stack1 = depth0['class']; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; } | |
if(stack1 || stack1 === 0) { buffer += stack1; } | |
buffer += "\" data-level=\""; | |
if (stack1 = helpers.level) { stack1 = stack1.call(depth0, {hash:{},data:data}); } | |
else { stack1 = depth0.level; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; } | |
buffer += escapeExpression(stack1) | |
+ "\">"; | |
if (stack1 = helpers.term) { stack1 = stack1.call(depth0, {hash:{},data:data}); } | |
else { stack1 = depth0.term; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; } | |
if(stack1 || stack1 === 0) { buffer += stack1; } | |
buffer += "</dt>\n <dd>"; | |
if (stack1 = helpers.desc) { stack1 = stack1.call(depth0, {hash:{},data:data}); } | |
else { stack1 = depth0.desc; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; } | |
if(stack1 || stack1 === 0) { buffer += stack1; } | |
buffer += "</dd>\n "; | |
return buffer; | |
} | |
buffer += " <article id=\"\" class=\"cheatsheet\">\n "; | |
options = {hash:{},inverse:self.noop,fn:self.program(1, program1, data),data:data}; | |
if (stack1 = helpers.metadata) { stack1 = stack1.call(depth0, options); } | |
else { stack1 = depth0.metadata; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; } | |
if (!helpers.metadata) { stack1 = blockHelperMissing.call(depth0, stack1, options); } | |
if(stack1 || stack1 === 0) { buffer += stack1; } | |
buffer += "\n\n "; | |
stack1 = helpers['if'].call(depth0, depth0.sheet, {hash:{},inverse:self.noop,fn:self.program(8, program8, data),data:data}); | |
if(stack1 || stack1 === 0) { buffer += stack1; } | |
buffer += "\n\n <footer>\n "; | |
stack1 = helpers['if'].call(depth0, depth0.tags, {hash:{},inverse:self.noop,fn:self.program(5, program5, data),data:data}); | |
if(stack1 || stack1 === 0) { buffer += stack1; } | |
buffer += "\n <dt class=\"date\"><i class=\"icon-calendar\"></i></dt>\n <dd>"; | |
if (stack1 = helpers.date) { stack1 = stack1.call(depth0, {hash:{},data:data}); } | |
else { stack1 = depth0.date; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; } | |
buffer += escapeExpression(stack1) | |
+ "</dd>\n <dt class=\"version\" title=\"version\">~</dt>\n <dd>"; | |
if (stack1 = helpers.version) { stack1 = stack1.call(depth0, {hash:{},data:data}); } | |
else { stack1 = depth0.version; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; } | |
buffer += escapeExpression(stack1) | |
+ "</dd>\n </div>\n </footer>\n </article>\n"; | |
return buffer; | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Generated on 2013-05-19 using generator-webapp 0.1.7 | |
'use strict'; | |
var lrSnippet = require('grunt-contrib-livereload/lib/utils').livereloadSnippet; | |
var mountFolder = function (connect, dir) { | |
return connect.static(require('path').resolve(dir)); | |
}; | |
// # Globbing | |
// for performance reasons we're only matching one level down: | |
// 'test/spec/{,*/}*.js' | |
// use this if you want to match all subfolders: | |
// 'test/spec/**/*.js' | |
module.exports = function (grunt) { | |
// load all grunt tasks | |
require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks); | |
// grunt.loadNpmTasks('grunt-contrib-handlebars'); | |
// configurable paths | |
var yeomanConfig = { | |
app: 'app', | |
dist: 'dist' | |
}; | |
grunt.initConfig({ | |
// https://npmjs.org/package/grunt-contrib-handlebars | |
handlebars: { | |
compile: { | |
options: { | |
namespace: 'JST' | |
}, | |
files: { | |
'<%= yeoman.app %>/scripts/cheatsheet.hbs.js': | |
[ '<%= yeoman.app %>/templates/{,*/}*.hbs'] , | |
'.tmp/scripts/cheatsheet.hbs.js': | |
[ '<%= yeoman.app %>/templates/{,*/}*.hbs'] | |
} | |
} | |
}, | |
yeoman: yeomanConfig, | |
watch: { | |
// recompile handlebars' templates when they change | |
// @see: https://github.com/yeoman/yeoman/wiki/Handlebars-integration | |
handlebarsCompile: { | |
files: ['<%= yeoman.app %>/templates/{,*/}*.hbs'], | |
tasks: ['handlebars:compile'] | |
}, | |
handlebarsReload: { | |
files: ['<%= yeoman.app %>/scripts/{,*/}*.hbs.js'], | |
tasks: ['livereload'] | |
}, | |
coffee: { | |
files: ['<%= yeoman.app %>/scripts/{,*/}*.coffee'], | |
tasks: ['coffee:dist'] | |
}, | |
coffeeTest: { | |
files: ['test/spec/{,*/}*.coffee'], | |
tasks: ['coffee:test'] | |
}, | |
compass: { | |
files: ['<%= yeoman.app %>/styles/{,*/}*.{scss,sass}'], | |
tasks: ['compass:server'] | |
}, | |
livereload: { | |
files: [ | |
'<%= yeoman.app %>/*.html', | |
'{.tmp,<%= yeoman.app %>}/styles/{,*/}*.css', | |
'{.tmp,<%= yeoman.app %>}/scripts/{,*/}*.js', | |
'<%= yeoman.app %>/images/{,*/}*.{png,jpg,jpeg,gif,webp,svg}', | |
'<%= yeoman.app %>/scripts/{,*/}*.hbs.js' | |
], | |
tasks: ['livereload'] | |
} | |
}, | |
connect: { | |
options: { | |
port: 9000, | |
// change this to '0.0.0.0' to access the server from outside | |
hostname: 'localhost' | |
}, | |
livereload: { | |
options: { | |
middleware: function (connect) { | |
return [ | |
lrSnippet, | |
mountFolder(connect, '.tmp'), | |
mountFolder(connect, 'app') | |
]; | |
} | |
} | |
}, | |
test: { | |
options: { | |
middleware: function (connect) { | |
return [ | |
mountFolder(connect, '.tmp'), | |
mountFolder(connect, 'test') | |
]; | |
} | |
} | |
}, | |
dist: { | |
options: { | |
middleware: function (connect) { | |
return [ | |
mountFolder(connect, 'dist') | |
]; | |
} | |
} | |
} | |
}, | |
open: { | |
server: { | |
path: 'http://localhost:<%= connect.options.port %>' | |
} | |
}, | |
clean: { | |
dist: { | |
files: [{ | |
dot: true, | |
src: [ | |
'.tmp', | |
'<%= yeoman.dist %>/*', | |
'!<%= yeoman.dist %>/.git*' | |
] | |
}] | |
}, | |
server: '.tmp' | |
}, | |
jshint: { | |
options: { | |
jshintrc: '.jshintrc' | |
}, | |
all: [ | |
'Gruntfile.js', | |
'<%= yeoman.app %>/scripts/{,*/}*.js', | |
'!<%= yeoman.app %>/scripts/vendor/*', | |
'test/spec/{,*/}*.js' | |
] | |
}, | |
mocha: { | |
all: { | |
options: { | |
run: true, | |
urls: ['http://localhost:<%= connect.options.port %>/index.html'] | |
} | |
} | |
}, | |
coffee: { | |
dist: { | |
files: [{ | |
expand: true, | |
cwd: '<%= yeoman.app %>/scripts', | |
src: '{,*/}*.coffee', | |
dest: '.tmp/scripts', | |
ext: '.js' | |
}] | |
}, | |
test: { | |
files: [{ | |
expand: true, | |
cwd: 'test/spec', | |
src: '{,*/}*.coffee', | |
dest: '.tmp/spec', | |
ext: '.js' | |
}] | |
} | |
}, | |
compass: { | |
options: { | |
sassDir: '<%= yeoman.app %>/styles', | |
cssDir: '.tmp/styles', | |
imagesDir: '<%= yeoman.app %>/images', | |
javascriptsDir: '<%= yeoman.app %>/scripts', | |
fontsDir: '<%= yeoman.app %>/styles/fonts', | |
importPath: 'app/components', | |
relativeAssets: true | |
}, | |
dist: {}, | |
server: { | |
options: { | |
debugInfo: true | |
} | |
} | |
}, | |
// not used since Uglify task does concat, | |
// but still available if needed | |
/*concat: { | |
dist: {} | |
},*/ | |
// not enabled since usemin task does concat and uglify | |
// check index.html to edit your build targets | |
// enable this task if you prefer defining your build targets here | |
/*uglify: { | |
dist: {} | |
},*/ | |
rev: { | |
dist: { | |
files: { | |
src: [ | |
'<%= yeoman.dist %>/scripts/{,*/}*.js', | |
'<%= yeoman.dist %>/styles/{,*/}*.css', | |
'<%= yeoman.dist %>/images/{,*/}*.{png,jpg,jpeg,gif,webp}', | |
'<%= yeoman.dist %>/styles/fonts/*' | |
] | |
} | |
} | |
}, | |
useminPrepare: { | |
html: '<%= yeoman.app %>/index.html', | |
options: { | |
dest: '<%= yeoman.dist %>' | |
} | |
}, | |
usemin: { | |
html: ['<%= yeoman.dist %>/{,*/}*.html'], | |
css: ['<%= yeoman.dist %>/styles/{,*/}*.css'], | |
options: { | |
dirs: ['<%= yeoman.dist %>'] | |
} | |
}, | |
imagemin: { | |
dist: { | |
files: [{ | |
expand: true, | |
cwd: '<%= yeoman.app %>/images', | |
src: '{,*/}*.{png,jpg,jpeg}', | |
dest: '<%= yeoman.dist %>/images' | |
}] | |
} | |
}, | |
svgmin: { | |
dist: { | |
files: [{ | |
expand: true, | |
cwd: '<%= yeoman.app %>/images', | |
src: '{,*/}*.svg', | |
dest: '<%= yeoman.dist %>/images' | |
}] | |
} | |
}, | |
cssmin: { | |
dist: { | |
files: { | |
'<%= yeoman.dist %>/styles/main.css': [ | |
'.tmp/styles/{,*/}*.css', | |
'<%= yeoman.app %>/styles/{,*/}*.css' | |
] | |
} | |
} | |
}, | |
htmlmin: { | |
dist: { | |
options: { | |
/*removeCommentsFromCDATA: true, | |
// https://github.com/yeoman/grunt-usemin/issues/44 | |
//collapseWhitespace: true, | |
collapseBooleanAttributes: true, | |
removeAttributeQuotes: true, | |
removeRedundantAttributes: true, | |
useShortDoctype: true, | |
removeEmptyAttributes: true, | |
removeOptionalTags: true*/ | |
}, | |
files: [{ | |
expand: true, | |
cwd: '<%= yeoman.app %>', | |
src: '*.html', | |
dest: '<%= yeoman.dist %>' | |
}] | |
} | |
}, | |
// Put files not handled in other tasks here | |
copy: { | |
dist: { | |
files: [{ | |
expand: true, | |
dot: true, | |
cwd: '<%= yeoman.app %>', | |
dest: '<%= yeoman.dist %>', | |
src: [ | |
'*.{ico,txt}', | |
'.htaccess', | |
'images/{,*/}*.{webp,gif}', | |
'styles/fonts/*', | |
'scripts/{,*/}*.js' | |
] | |
}] | |
} | |
}, | |
concurrent: { | |
server: [ | |
'coffee:dist', | |
'compass:server' | |
], | |
test: [ | |
'coffee', | |
'compass' | |
], | |
dist: [ | |
'coffee', | |
'compass:dist', | |
'imagemin', | |
'svgmin', | |
'htmlmin' | |
] | |
} | |
}); | |
grunt.renameTask('regarde', 'watch'); | |
// Added with handlebars.js | |
// grunt.renameTask('build', 'original-build'); // optional | |
grunt.registerTask('server', function (target) { | |
if (target === 'dist') { | |
return grunt.task.run(['build', 'open', 'connect:dist:keepalive']); | |
} | |
grunt.task.run([ | |
'clean:server', | |
'concurrent:server', | |
'livereload-start', | |
'connect:livereload', | |
'open', | |
'handlebars:compile', | |
'watch' | |
]); | |
}); | |
grunt.registerTask('test', [ | |
'clean:server', | |
'concurrent:test', | |
'connect:test', | |
'mocha' | |
]); | |
grunt.registerTask('build', [ | |
'clean:dist', | |
'useminPrepare', | |
'concurrent:dist', | |
'cssmin', | |
'concat', | |
'uglify', | |
'handlebars:compile', | |
'copy', | |
// 'rev', | |
'usemin' | |
]); | |
grunt.registerTask('default', [ | |
'jshint', | |
'test', | |
'build' | |
]); | |
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="components/handlebars.js/dist/handlebars.runtime.js"></script> | |
<script src="scripts/cheatsheet.hbs.js"></script><!-- compiled template--> | |
<script src="scripts/main.js"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(function(){ | |
'use strict'; | |
var compiledTemplate = Handlebars.templates['cheatsheet.hbs']; | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment