Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CSS-Tricks/The-Printliminator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMottie <wowmotty@gmail.com>2015-09-29 07:02:37 +0300
committerMottie <wowmotty@gmail.com>2015-09-29 07:02:37 +0300
commit1a1e2b2ae1f9117d7a4a042888279587e6ba7842 (patch)
treea05c24b177b77d08ca8d83b750a303f2b75bb079 /Gruntfile.js
parentbd82654538270f331f025449560fca9c404333bd (diff)
Remove Chrome extension autoupdate - no longer supported :(v4.0.3
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js15
1 files changed, 2 insertions, 13 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index f0276c5..eb0bfee 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -84,8 +84,7 @@ module.exports = function( grunt ) {
src : [
'dist/**/*',
config.indexHtml,
- '*.min.js',
- 'updates.xml'
+ '*.min.js'
]
},
cleanup : {
@@ -120,14 +119,6 @@ module.exports = function( grunt ) {
src : [ '_locales/**/*.json' ],
dest : 'dist/chrome'
},
- chromeUpdate : {
- files : [{
- expand : true,
- flatten : true,
- src : [ 'src/chrome/updates.xml' ],
- dest : './'
- }]
- },
// Opera can use chrome.crx; just renamed
opera : {
src : 'dist/chrome.crx',
@@ -299,7 +290,6 @@ module.exports = function( grunt ) {
'bookmarklet-create',
'copy:chrome',
'copy:chromeLocales',
- 'copy:chromeUpdate',
'jshint',
'jasmine',
'clean:cleanup'
@@ -361,8 +351,7 @@ module.exports = function( grunt ) {
projectFile = [
'dist/chrome/manifest.json',
'dist/chrome/printliminator.js',
- 'dist/bookmarklet/printliminator.js',
- 'updates.xml'
+ 'dist/bookmarklet/printliminator.js'
],
len = projectFile.length;
for ( i = 0; i < len; i++ ) {