You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2019. It is now read-only.
I went to try Crunch 2 on an existing LESS project and immediately got this error the solution to which the solution is to enable JavaScript.
The problem is that without a previously good compile of the LESS file crunch has not built a dot crunch file and CSS file which it must find to display the setting for the LESS file which allows you to enable JavaScript.
The solution for me was to build an empty LESS file, compile it, edit the .crunch file changing the filename to my LESS filename and renaming the CSS file.
Maybe the application could be altered to allow access to the file setting before these conditions (good compile, existing CSS file) are met.