This package is a helper for debugging UI5 apps with Meteor. It contains a connect handler that responds to requests for "-dbg" files in the projects public/webapp
folder and returns a 404 if not found. This overrides Meteor's standard behaviour of returning the main html file for any file not found. If UI5 is in debug mode and it requests a "-dbg" file, it will request the regular file on receiving the 404 response.
This package can be added to your meteor project with meteor add propellerlabsio:meteor-ui5-debug
.
Please see the Meteor Ui5 website for documentation and demos of all of the features of the Meteor-UI5 packages. In particular, the following resources might be useful:
No current plans are in place to enhance this package further.
Version | Description |
---|---|
0.0.1 |
The initial version. |
This software is licensed under the Apache License, Version 2.0 - see LICENSE.txt