I'm just starting out with Grails and trying to figure out when to put files in grails-app/assets/{stylesheets|images|javascript}and put things in web-app/{css|images|js}.
grails-app/assets/{stylesheets|images|javascript}
web-app/{css|images|js}
In short, if you want your front-end resources to be managed using the Asset Pipeline plugin , you must put them in grails-app/assets. If you do not, you must place them under web-app.
grails-app/assets
web-app
Source: https://habr.com/ru/post/1543558/More articles:ERROR: query has no destination for result data - sqlProbability prediction for GBM using the carriage library - rHow can I define 2 classes in one var? - javascriptGBM classification with card - rHow to quickly delete lines in a file that contains items from a list in another file in BASH? - optimizationError when I try to predict class probabilities in an R-carriage - rBroker MQTT + mongoDB - mongodbNon-assignment and restoration of fragments after intensive updating - elasticsearchСвойство XmlNode.InnerXml - пропустить атрибут xmlns - c#How to reset find using android SearchManager - androidAll Articles