Files
@ 6c3bb9a845d7
Branch filter:
Location: kallithea/package.json
6c3bb9a845d7
336 B
application/json
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.
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.