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
Post a Comment