DreamWeaver: css with less ... access denied

While the smaller application is open, I cannot save my .less files with DreamWeaver CS6.
I get a popup with the message below:

http://nsa32.casimages.com/img/2013/01/31/130131035942448479.png

* Access to www [...] css / style.less has been denied.

I tried editing the file using vim and everything went well.


Has anyone already had this error?

+5
source share
4 answers

It looks like you are trying to compile LESS.app from an external server (let's say you are connected to your web server).

Unfortunately, LESS does not have access to edit files (runs on the server) and, therefore, cannot compile files in CSS.

.less , .

try execute, , ( LESS.app).

+1

. launchd, .less , script .less .css. , Dreamweaver CC Less Compiler DMXzone DWCC. DWCS6 . , , .less, Dreamweaver, " " . , , . , , - . . : launchd .....

0

, :

a > CSS >

" "

.

0

Edit -> Preferences.

In the tag, Categoryselect File Types / Editorand add an extension .less(or something else).

-1
source

All Articles