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:
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++ ) {