##// END OF EJS Templates
front-end: Use the existing bootstrap.js from node_modules and stop bundling Bootstrap
front-end: Use the existing bootstrap.js from node_modules and stop bundling Bootstrap

File last commit:

r7382:585dee5e default
r7382:585dee5e default
Show More
.hgignore
38 lines | 543 B | text/plain | TextLexer
syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.mo
.eggs/
tarballcache/
syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea/front-end/node_modules$
^kallithea/front-end/package-lock\.json$
^kallithea/front-end/tmp$
^kallithea/public/css/style\.css(\.map)?$
^kallithea/public/js/bootstrap\.js$
^theme\.less$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$
^\.cache$
^\.pytest_cache$
/__pycache__$