Skip to content

Commit

Permalink
Revert "t.co extractor"
Browse files Browse the repository at this point in the history
This reverts commit e59033c.
  • Loading branch information
dphiffer committed Oct 2, 2023
1 parent e59033c commit 7424a28
Show file tree
Hide file tree
Showing 20 changed files with 17 additions and 278 deletions.
155 changes: 0 additions & 155 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"handlebars-loader": "^1.7.2",
"http-terminator": "^3.2.0",
"inquirer": "^7.0.5",
"jszip": "^3.10.1",
"node-watch": "^0.6.3",
"rollup": "^1.30.1",
"rollup-plugin-commonjs": "^10.1.0",
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/tco-extractor/config.json → src/graphic/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"heading": "🌮 t.co extractor",
"subhead": "Donate your Twitter archive to science",
"heading": "The heading is defined in config.json",
"subhead": "There is also a subhead you can set",
"source": "The Markup",
"align": "none",
"bespoke": false,
Expand Down
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions src/graphic/javascript/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import example from './modules/example';

example.init();
5 changes: 5 additions & 0 deletions src/graphic/javascript/modules/example.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export default {
init() {

}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions src/graphic/sass/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@import 'abstracts/mq';
@import 'abstracts/variables';
@import 'abstracts/functions';
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions src/graphic/templates/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div class="graphic-test">
{{> partials/example }}
</div>
1 change: 1 addition & 0 deletions src/graphic/templates/partials/example.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<h3>Hey I am a test partial</h3>
3 changes: 0 additions & 3 deletions src/tco-extractor/javascript/main.js

This file was deleted.

96 changes: 0 additions & 96 deletions src/tco-extractor/javascript/modules/tco-extractor.js

This file was deleted.

Loading

0 comments on commit 7424a28

Please sign in to comment.