Currently, I am working on a project using AngularJS along with angular.less. To centralize all my constants, I have stored them in one .less file and imported it at the beginning of all my other less files using a relative path:
@import "constants"
Even though this method functions as intended, there is an error displayed in the console showing a 404 error for a GET request:
less.min.js:13 GET http://localhost:8000/constants.less 404 (Not Found)