View links/requires from application config #93

Closed
opened 2017-10-29 09:01:37 +00:00 by jamie · 4 comments
jamie commented 2017-10-29 09:01:37 +00:00 (Migrated from git.hazaar.io)

I think it would be nice to include JS and CSS in views globally from the config file.

For example:

{
  "production": {
    "view": {
      "link": [ "app.css", "site.css" ],
      "requires": [ "application.js", "mylib.js" ]
    }
  }
}
I think it would be nice to include JS and CSS in views globally from the config file. For example: ```json { "production": { "view": { "link": [ "app.css", "site.css" ], "requires": [ "application.js", "mylib.js" ] } } } ```
jamie commented 2017-10-29 09:01:42 +00:00 (Migrated from git.hazaar.io)
created branch [`93-view-links-requires-from-application-config`](https://git.hazaarlabs.com/hazaar/hazaar-mvc/compare/master...93-view-links-requires-from-application-config)
jamie commented 2017-10-29 09:01:43 +00:00 (Migrated from git.hazaar.io)

mentioned in merge request !10

mentioned in merge request !10
jamie commented 2017-10-29 09:13:41 +00:00 (Migrated from git.hazaar.io)

closed via merge request !10

closed via merge request !10
jamie commented 2017-10-29 09:13:41 +00:00 (Migrated from git.hazaar.io)

closed via commit 3befde1b1b

closed via commit 3befde1b1bbddbd91b0f02c748f29c54c27bdbb0
jamie self-assigned this 2025-09-04 01:15:51 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: hazaar/framework#93
No description provided.