Remove and .gitignore `resources` directory

CodeBuild was getting an error:

```
Error: Error building site: TOCSS: failed to transform "ananke/css/main.css" (text/css): resource "css/ananke/css/main.css_af7eae7717e76be05924f27bac629e80" not found in file cache
```

I suspect this is because an earlier version of the Ananke CSS file was
being cached, but the submodule pulled in a new Ananke commit that
requires a new version. Perhaps? Who knows. I cannot replicate the
problem locally, so I need to push-to-test the behaviour in CodeBuild :(
attemptAtTagsRenovation
Jack Jackson 2 years ago
parent dd71502556
commit 2e79b15c79
  1. 1
      .gitignore
  2. 1
      blog/resources/_gen/assets/css/ananke/css/main.css_bb5467e0521bbea6b1e66429f6ec028e.content
  3. 1
      blog/resources/_gen/assets/css/ananke/css/main.css_bb5467e0521bbea6b1e66429f6ec028e.json

1
.gitignore vendored

@ -1 +1,2 @@
blog/public
blog/resources

@ -1 +0,0 @@
{"Target":"ananke/css/main.min.css","MediaType":"text/css","Data":{}}
Loading…
Cancel
Save