I use the require-less require-less plugin along with the require-css plugin.
My paths become messy when using LESS files, but NOT when using CSS files.
My paths look like this:
'css!assets/fontello/fontello-codes', 'less!assets/bootstrap/bootstrap',
My url is:
http:
when LESS files are requested, they end:
'http://localhost/phoenix/phoenix/assets/bootstrap/bootstrap.less'
I set my base URL:
baseUrl: "./phoenix/"
If I do less!../assets/bootstrap/bootstrap , this works, but not if the paths change, of course.
What am I missing here?
source share