Skip to content
This repository was archived by the owner on Apr 2, 2018. It is now read-only.
This repository was archived by the owner on Apr 2, 2018. It is now read-only.

Add bower.json 'main' property #1

Description

@rvanbaalen

Please support bower.json 'main' property as described here:

http://bower.io/#defining-a-package

This allows third party applications to read the main component files. Tools like bowerInstall utilize this property to allow a more automated workflow.

When I add this to Ionic's bower.json, it's all working as expected:

"main": [
  "./css/ionic.css",
  "./js/ionic.js",
  "./js/ionic-angular.js"
]

The Ionicons repository is already using this:
https://github.com/driftyco/ionicons/blob/master/bower.json

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions