Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make core and plugins installable via composer.json #829

Open
fwahlqvist opened this issue Dec 6, 2012 · 3 comments
Open

Make core and plugins installable via composer.json #829

fwahlqvist opened this issue Dec 6, 2012 · 3 comments

Comments

@fwahlqvist
Copy link

It would be great if aloha and plugins could support composer installation.

@mborejdo
Copy link

mborejdo commented Dec 7, 2012

You can add Aloha easily to your composer.json
repository section:

        {
            "type": "package",
            "package": {
                "name": "alohaeditor/Aloha-Editor-22-3",
                "type": "asset-scripts",
                "version": "0.22.3",
                "dist": {
                    "url": "https://github.com/downloads/alohaeditor/Aloha-Editor/alohaeditor-0.22.3.zip",
                    "type": "zip"
                }
            }
        },

You might want to add a custom installer (mine is called asset-scripts) to copy Aloha-Editor to different locations

then use it in the require-section:

"alohaeditor/Aloha-Editor-22-3": "0.22.3",  

@evo42
Copy link
Member

evo42 commented Dec 11, 2012

thanks for your input -- sounds nice.

@Jotschi Jotschi added this to the 1.1.x milestone Oct 30, 2014
@cjaoude
Copy link

cjaoude commented Mar 18, 2016

Aloha looks really great but i'm not seeing an npm package or install instructions (is there a dist file somewhere? cdn?) Not everyone is heavy into javascript development. Just need a consumable to put to use. :-/

but looks like a great project

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

No branches or pull requests

5 participants