Files @ 6c3bb9a845d7
Branch filter:

Location: kallithea/.hgignore

domruf
less: generate map files when building style.css with 'npm run less'

The map files allow web development tools ("Firebug" style) to show the .less
and .css source instead of the generated style.css . The generated style.css
will get a trailing comment with a reference to
kallithea/public/css/style.css.map . It will not have any impact on runtime.
syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.mo
.eggs/
tarballcache/
node_modules/

syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea/public/css/style\.css(\.map)?$
^theme\.less$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$
^\.cache$
/__pycache__$