twitter bootstrap 3 - Sublime Project, file path in mac -


i have created project in sublime "osx" in demo.sublime-project file have include file path save output of file in folder code is:

{ "folders": [     {         "path": "/applications/xampp/xamppfiles/htdocs/mywebsite"     } ], "settings": {     "less2css":     {         "lessbasedir": "/assets/less",         "outputdir": "./bootstrap-custom/css",         "main_file": "custom.bootstrap.less",         "minify": true     } } 

}

note : assets folder included inside mywebsite folder "the main project folder" , less , bootstrap-custom folder included inside assets. need save output files in bootstrap-custom/css. when hit cmd+s shows these 2 errors "unable save /applications/xampp/xamppfiles/htdocs/mywebsite/less/custom.variables.less error: no such file or directory" , "lessc: enoent: no such file or directory, open '/applications/xampp/xamppfiles/htdocs/mywebsite/less/custom.bootstrap.less'"


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -