Skip to content

Commit 425955a

Browse files
committed
Remove AMP support
Doesn't fit with our standard of ethics. Fixes #215.
1 parent 8dd95e8 commit 425955a

File tree

12 files changed

+12
-543
lines changed

12 files changed

+12
-543
lines changed

Gruntfile.js

-5
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,6 @@ module.exports = function (grunt)
168168
{
169169
match: 'timestamp',
170170
replacement: '<%= opt.timestamp %>'
171-
},
172-
{
173-
match: 'ampcss',
174-
replacement: '<%= grunt.file.read("public/assets/css/amp.css") %>'
175171
}
176172
]
177173
},
@@ -209,7 +205,6 @@ module.exports = function (grunt)
209205
dist: {
210206
files: [
211207
{'<%= paths.dest.css %>style.css': '<%= paths.src.sass %>style.scss'},
212-
{'<%= paths.dest.css %>amp.css': '<%= paths.src.sass %>amp.scss'},
213208
{'<%= paths.dest.css %>designpatterns.css': '<%= paths.src.sass %>designpatterns.scss'}
214209
]
215210
}

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ For example:
113113
All plugins we use are installed via Composer:
114114

115115
* [`etc_cache`](https://github.com/etc-plugins/etc_cache) ✓ Composer
116-
* [`pat_if_amp`](https://github.com/cara-tm/pat_if_amp) ✓ Composer
117116
* [`rah_comment_spam`](https://github.com/gocom/rah_comment_spam) ✓ Composer
118117
* [`smd_thumbnail`](https://github.com/bloke/smd_thumbnail) ✓ Composer
119118

composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"textpattern/lock": "4.7.3",
88
"textpattern/installer": "1.0.10",
99
"bloke/smd_thumbnail": "0.5.3",
10-
"cara-tm/pat_if_amp": "0.3.7",
1110
"etc-plugins/etc_cache": "0.2.8",
1211
"rah/rah_comment_spam": "0.9.0"
1312
}

src/assets/sass/amp.scss

-270
This file was deleted.

0 commit comments

Comments
 (0)