Questions tagged [manifest]

A manifest serves as a crucial document that includes essential information about an application, data file, or assembly. While commonly considered an ambiguous tag, it is recommended to opt for a more precise and distinctive description.

Every time I make a change to the code, Laravel's css/app.css file mysteriously vanishes from the mix-manifest.json

Whenever I make a change in my code, the line css/app.css in mix-manifest.json disappears. The only solution is to execute npm run watch or npm run dev, but the problem reoccurs each time I modify the code. Here is how my mix-manifest.json looks when eve ...

Issue with resolving the dependency in the manifest file for IBM Bluemix using NodeJS

I have been utilizing the IBM Blue Mix dev ops build and deploy system for my nodejs application created with the express framework. I made sure to include all necessary files like manifest.yml. Previous issues that I resolved: 1. Added .ymml file manuall ...