Skip to content

Aspects should be optional #17

@leggetter

Description

@leggetter

As per the title - Aspects should be optional.

This means that the contents usually found in an aspect should be able to reside within the root of an application.

From an upcoming blog/tutorial about BRJS and Angular:


Create the Todo App

Use the create-app command to scaffold a BRJS application.

$ ./brjs create-app brjstodo

For now, applications need to reside within an apps folder within the BladeRunnerJS directory. The above command will create an application called brjstodo within the apps directory. That directory will have the following contents:

apps/brjstodo
├── app.conf    # Application configuration
├── index.html  # Application entry point
├── src         # For app-level JavaScript
├── resources   # For other app resources
├── themes      # CSS and images
├── libs        # Other app libraries

Does this provide enough as an acceptance criteria?

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions