@makano/rew 1.5.7 → 1.5.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -177,6 +177,7 @@ module.exports.prepareContext = function (
177
177
  get prototype(){
178
178
  const globals = context.app?.config?.assets?.globals ?? '_';
179
179
  const p = context.pjoin(context.app ? context.app.path : context.dirname(context.module.filename), globals);
180
+ // console.log(context.app);
180
181
  if(!context.exists(p)) return {};
181
182
  const files = context.ls(p);
182
183
  const pr = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makano/rew",
3
- "version": "1.5.7",
3
+ "version": "1.5.9",
4
4
  "description": "A simple coffescript runtime and app manager",
5
5
  "main": "main.js",
6
6
  "directories": {