Make sure to copy templates that aren't HTML.

This commit is contained in:
Thomas Wilburn 2015-03-18 22:16:39 -07:00
parent 28f1c1e167
commit ce955db5c2
2 changed files with 2 additions and 1 deletions

View file

@ -44,6 +44,7 @@ module.exports = function(grunt) {
"js/**",
"css/*.css",//leave the LESS behind
"**/*.html",//both main.html and the templates
"templates/*",
"require.js",
"background.js",
"installer.js",

View file

@ -1,7 +1,7 @@
{
"name": "Caret",
"description": "Professional text editing for Chrome and Chrome OS",
"version": "1.5.0",
"version": "1.5.1",
"manifest_version": 2,
"default_locale": "en",
"icons": {