Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

"bower install --save angular-ui-ace#bower" do not add the all needed references to index.html that ace editor were working #136

Open
vdrasutis opened this issue Feb 3, 2016 · 4 comments

Comments

@vdrasutis
Copy link

Hello I am using:

  • angular-fullstack generator v3.2.0
  • npm v 3.5.3
  • node v4.2.4
  • bower v1.7.7
  • angular 1.4.9

When executin in cmd
bower install --save angular-ui-ace#bower
Bower adds only this
<script src="bower_components/angular-ui-ace/ui-ace.js"></script>
reference to index.html.

Is it should do not add (work like this) below written reference or this is a bug?
<script type="text/javascript" src="bower_components/ace-builds/src-min-noconflict/ace.js"></script>

@jvictorsoto
Copy link

You are right, bower.json should include it in main variable, this fix it:
"main": ["./ui-ace.js", "../ace-builds/src-min-noconflict/ace.js"],

@tihomir-kit
Copy link

Any idea when this might be patched?

@mmumshad
Copy link

+1

@jfyzhao
Copy link

jfyzhao commented Dec 13, 2016

+1

Is this repo still maintained at all?

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

No branches or pull requests

5 participants