dcarroll / sublime-lightning

Sublime Plugin for Aura
MIT License
81 stars 13 forks source link

Unable to create a lightning app from scratch #50

Open ghost opened 8 years ago

ghost commented 8 years ago

Hello,

I wonder how can I create a lightning application from scratch using just sublime. So far I create the application using the Salesforce Developer Console and then I fetch the lightning application from sublime.

Thanks.

dcarroll commented 8 years ago

Hi, there is a slight bug that prevents you from being able to do that unless there is a metadata/aura folder at the working directory.

Open a folder where you want the artifacts created and create a new folder called "metadata" and within that a folder called "aura". Right clicking on the aura folder will enable the menu items that allow you to create Lightning things.

On Wed, Sep 7, 2016 at 7:50 AM, Ismael Slimane Zubillaga < notifications@github.com> wrote:

Hello,

I wonder how can I create a lightning application from scratch using just sublime. So far I create the application using the Salesforce Developer Console and then I fetch the lightning application from sublime.

Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dcarroll/sublime-lightning/issues/50, or mute the thread https://github.com/notifications/unsubscribe-auth/AAHGHgEumG22qXUjxrgTTnJksUVtykfBks5qns8ZgaJpZM4J3Ab0 .

Thanks, Dave