Skip to content

Commit f98d07c

Browse files
chore(tasks): remove unused tasks
1 parent 4b63106 commit f98d07c

File tree

4 files changed

+0
-60
lines changed

4 files changed

+0
-60
lines changed

grunt/cdn.js

-11
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
// CDN will replace local paths with your CDN path
22
module.exports = {
3-
cloudfiles: {
4-
options: {
5-
cdn: '<%= secrets.cloudfiles.uri %>', // See README for secrets.json or replace this with your cdn uri
6-
flatten: true,
7-
supportedTypes: 'html'
8-
},
9-
cwd: './<%= paths.dist %>',
10-
dest: './<%= paths.dist %>',
11-
src: ['*.html']
12-
},
13-
143
aws_s3: {
154
options: {
165
cdn: '<%= secrets.s3.bucketuri %>/<%= secrets.s3.bucketname %>/<%= secrets.s3.bucketdir %>', // See README for secrets.json or replace this with your Amazon S3 bucket uri

grunt/cloudfiles.js

-15
This file was deleted.

grunt/imagemin.js

-16
This file was deleted.

grunt/litmus.js

-18
This file was deleted.

0 commit comments

Comments
 (0)