I use less-2.1.js
It is compiled in real time in the browserless
Introduce bootstrap.less
into the
HTML file
In bootstrap.less
@import
two.less
file
Now after I modified two.less
, there was no change when I refreshed the browser. After modifying bootstrap.less
, the modifications in two.less
will take effect.
Clearing and disabling the browser cache cannot solve this problem, nor can setting Apache
EnableSendfile off
.
为情所困2017-05-16 17:05:11
less options http://lesscss.org/#client-side-usage-browser-options
<script>
less = {
env: "development",
}
</script>