0
我試圖通過PHP執行sass --update
shell_exec()
功能,並得到一個錯誤:如果我從手動CMD運行相同的命令PHP了shell_exec()SASS --update
H:\SERVER\htdocs\path\to\project>sass --style compressed --update sass\:deployment\css\ 'sass' is not recognized as an internal or external command, operable program or batch file.
- 它工作正常。當前文件夾是正確的 - 使用getcwd()
錯誤,命令只是'哪個sass'? 「'其中'不被識別爲內部或外部命令, 可操作的程序或批處理文件。」 –
呵呵,我想在Windows上你必須用「where」代替。 https://stackoverflow.com/questions/304319/is-there-an-equivalent-of-which-on-the-windows-command-line –
是的,就是這樣!它給了我道路:) –