I needed to comment on one of the files included in the application manifest file of the application.js file, the way in which to add or include the file in the manifest, through comments in the manifest file. for example, to load bootstrap means that the file bootstrap.css or bootstrap.js is included in the css or javascript application resources, respectively. Below is an example file
console.log("This javascript is also added");
I want to comment on main.css without deleting it, Search the Internet, but did not find any useful information. With the pipeline just introduced in grails 2.4, adopted from rubies on rails, I think it would be useful to be able to comment on the css or javascript resource in the pipeline manifest file.