Make sure to copy templates that aren't HTML.
This commit is contained in:
parent
28f1c1e167
commit
ce955db5c2
2 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue