apache - Files imported in less are not updated
某草草
某草草 2017-05-16 17:03:11
0
1
476

I use less-2.1.jsIt is compiled in real time in the browserless

Introduce bootstrap.less into the HTML file
In bootstrap.less@import two.lessfile

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 ApacheEnableSendfile off.

某草草
某草草

reply all(1)
为情所困

less options http://lesscss.org/#client-side-usage-browser-options

<script>
  less = {
    env: "development",
  }
</script>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!