diff options
author | n-peugnet <n.peugnet@free.fr> | 2019-10-20 23:21:17 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2019-10-21 21:49:12 +0200 |
commit | 137f4369c2e1194da3bb733193b8636f7ae4c028 (patch) | |
tree | 32205f35e809bb02afd59460f56f0094271b7ade /.gitignore | |
parent | ba671a7c0880f8154a7b86d4cb172b0171e84021 (diff) | |
download | wcms-137f4369c2e1194da3bb733193b8636f7ae4c028.tar.gz wcms-137f4369c2e1194da3bb733193b8636f7ae4c028.zip |
include CodeMirror in edit page
- add npm prerequisite
- add codemirror through npm
- add webpack trough npm to build the js bundles
- add first codemirror enhenced textarea
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,5 @@ .vscode/* +assets/js/*.bundle.js assets/render/* assets/global/* database/* @@ -6,6 +7,7 @@ fonts/* media/* render/ vendor/* +node_modules/* config.json error_log !README.md |