QUESTION: WebStorm Folder Path to "less" (Why different between WebStorm and Chrome?)
In WebStorm, the folder path to less is:
lib/bootstrap/less
But in Chrome the folder named "bootstrap" appears to be renamed "bootstrap/Dist". And the path to less is different:
lib/'bootstrap/Dis'/css/less
QUESTIONS:
- Why is the folder named "bootstrap" (in WebStorm) renamed to "bootstrap/dist" (in Chrome)?
- Why did the path to less change between WebStorm and Chrome?
- What's going on here?
Please sign in to leave a comment.
Hi there,
As it stands right now I do not see IDE-related issue here. Looks like actual code loads files from "dist" folder during runtime (which could be optimized/minified for that) while you use "normal/debug" code while developing.
Can't say anything more without seeing whole project and trying it live.