less / more

less on rails — the official LESS plugin for Ruby on Rails
http://lesscss.org
MIT License
226 stars 41 forks source link

Don't check mtime #5

Closed augustl closed 15 years ago

augustl commented 15 years ago

Checking mtime has minimal benefits and creates a bunch of problems for us. In development mode, you won't really notice the difference between the css regenerating on every request, or only when the .less files has changed. In production mode, the css is only generated one time anyway, only to be purged on re-deploys.

logandk commented 15 years ago

Removing mtime checks. Closed by bbc4246c9352503f1d346317be1d40d50f796056. Removed import parsing. Closed by bbc4246c9352503f1d346317be1d40d50f796056.