diff options
author | Daniel Weipert <code@drogueronin.de> | 2020-10-28 20:03:06 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2020-10-28 20:03:06 +0100 |
commit | ff5b1598c918b12ff9b222b0397b43d0ed5ffae6 (patch) | |
tree | 8005ae5d8990d0d2dd6bf1f2b9f5576b2edc0872 /.gitignore | |
parent | fc7cf1662c93bd0028cbd88c6f56917eae771312 (diff) |
Gets local copies of needed codemirror js and css files via webpack and enqueues those instead of the remote files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1 +1,3 @@ +/assets/ +/node_modules/ /vendor/ |