You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem when compiling the project. It's expected to work running npm install and then grunt, but errors came up instead.
Also, if you force compilation, the files created have a different name from the prebuilt ones (the prebuilt are capitalized).
In addition, I think it would be useful keeping the same filename for built files between versions (there are better places to show version numbers, in package.json for example), so then it isn't necessary to change any paths at projects depending on this one.
The text was updated successfully, but these errors were encountered:
There is a problem when compiling the project. It's expected to work running
npm install
and thengrunt
, but errors came up instead.Also, if you force compilation, the files created have a different name from the prebuilt ones (the prebuilt are capitalized).
In addition, I think it would be useful keeping the same filename for built files between versions (there are better places to show version numbers, in package.json for example), so then it isn't necessary to change any paths at projects depending on this one.
The text was updated successfully, but these errors were encountered: