afawcett/githubsfdeploy

Add support for AuraComponentBundle

Closed this issue · 8 comments

example repo: https://github.com/mshanemc/getPopular

stuff pulled into the /aura folder under src. This is how forceCLI does lightning; not implemented in SublimeMavens yet.

Support SVG component, styles, controller, assets, design, rendered, helper, and whatever else the dev console lets you build.

In the metadata it has its own manifest file for each bundle.

Thanks for this! Will take a look.

Fix deployed.

@afawcett you are a shining example of community awesomeness. Thank you!

@mshanemc Thank you kind sir, means a lot! 👍

@afawcett I still can't get this working in repos with an aura folder. I made a fork of the Strike components here https://github.com/Up2Go/Strike-Components and modified the README accordingly. But it seems not to recognize the Aura sub folders:

bildschirmfoto 2017-05-19 um 17 30 11

The tool also doesn't work if there is no extra src folder or any other folders on the same level as src.

I'll take a look.

I forgot to add a package.xml. After I added one everything worked perfectly. You can safely close this. Thanks for this great tool.

Ah ha, ok, thanks.