mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 10:56:16 -04:00
Move tar.json
into JavaScript
This makes it possible to add comments and conditional logic.
This commit is contained in:
parent
f812e53dc9
commit
7e2472cef7
3 changed files with 107 additions and 112 deletions
|
@ -1,9 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
/**
|
||||
* caching_middleware is responsible for serving everything under path `/javascripts/`
|
||||
* That includes packages as defined in `src/node/utils/tar.json` and probably also plugin code
|
||||
*
|
||||
* caching_middleware is responsible for serving everything under path `/javascripts/`. That
|
||||
* includes packages as defined in `src/node/hooks/express/static.js` and probably also plugin code.
|
||||
*/
|
||||
|
||||
const common = require('../common');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue