csscomb / sublime-csscomb

Sublime plugin for CSScomb—CSS coding style formatter
398 stars 61 forks source link

Wayne I add or Define the php path ? #15

Closed EmadAdly closed 10 years ago

EmadAdly commented 10 years ago

plugin unable to find php on cumputer. my path is F:\Xamp\php\php.exe

tonyganch commented 10 years ago

CSScomb does not depend on PHP anymore. If you install the plugin via Package Control, please install CSScomb JS.

EmadAdly commented 10 years ago

thanks for replay ,but CSScomb js needed node.js

tonyganch commented 10 years ago

Yes, CSScomb now depends on Node and you need Node to be installed on your machine.

EmadAdly commented 10 years ago

error: CSScomb error:

C:\Users\emad\AppData\Roaming\Sublime Text 3\Packages\CSScomb JS\node_modules\csscomb\lib\csscomb.js:205

        throw new Error('Parsing error at ' + filename + ': ' + e.message)

              ^

Error: Parsing error at undefined: Please check the validity of the CSS block starting from the line #1

at Object.Comb.processString (C:\Users\emad\AppData\Roaming\Sublime Text 3\Packages\CSScomb JS\node_modules\csscomb\lib\csscomb.js:205:19)

at Socket.<anonymous> (C:\Users\emad\AppData\Roaming\Sublime Text 3\Packages\CSScomb JS\csscomb.js:23:37)

at Socket.EventEmitter.emit (events.js:117:20)

at _stream_readable.js:920:16

at process._tickCallback (node.js:415:13)