afawcett / githubsfdeploy

GitHub Salesforce Deploy Tool
BSD 3-Clause "New" or "Revised" License
189 stars 104 forks source link

Add support for AuraComponentBundle #12

Closed mshanemc closed 7 years ago

mshanemc commented 9 years ago

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.

afawcett commented 9 years ago

Thanks for this! Will take a look.

afawcett commented 8 years ago

Fix deployed.

mshanemc commented 8 years ago

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

afawcett commented 8 years ago

@mshanemc Thank you kind sir, means a lot! :+1:

rsoesemann commented 7 years ago

@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.

afawcett commented 7 years ago

I'll take a look.

rsoesemann commented 7 years ago

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

afawcett commented 7 years ago

Ah ha, ok, thanks.