Famous / famous-angular

Bring structure to your Famo.us apps with the power of AngularJS. Famo.us/Angular integrates seamlessly with existing Angular and Famo.us apps.
https://famo.us/angular
Mozilla Public License 2.0
1.92k stars 275 forks source link

Version without Node #267

Closed ckpearson closed 9 years ago

ckpearson commented 9 years ago

It would be useful for those that do not use Node.js to have some documentation around obtaining the components and making use of them.

jordanpapaleo commented 9 years ago

Hi Clint

What specifically would you like documentation for? Are you referring to the actual npm packages used to contribute? You do not need more to use famous-angular.

Thanks,

Jordan

Sent from my iPhone

On Nov 19, 2014, at 5:55 AM, Clint Pearson notifications@github.com wrote:

It would be useful for those that do not use Node.js to have some documentation around obtaining the components and making use of them.

— Reply to this email directly or view it on GitHub.

ckpearson commented 9 years ago

Hi Jordan.

More specifically what I'm after is information on how to get up and running with integrating famous & Angular in our project which does not use Node.

We primarily use ASP.NET, and most of the information on using famous is geared toward devs that are using node.

If there's a CDN or even just a ZIP with the famous & famous/angular libraries without any of the additional node stuff that would be great.

Thanks.

jordanpapaleo commented 9 years ago

Hi Clint -

There are no public facing CDNs for Famo.us but I pulled a few together for you with some help from the Famo.us team.

Famo.us: http://code.famo.us/famous/0.3/famous-global.js http://code.famo.us/famous/0.3/famous.js http://code.famo.us/famous/0.3/famous.css

Famous-Angular: http://code.famo.us/famous-angular/0.4.0/famous-angular.js http://code.famo.us/famous-angular/0.4.0/famous-angular.css

I submitted a pull request to add this to the Readme.md.

Again, feel free to reach out with issues,

Jordan

ckpearson commented 9 years ago

Hi Jordan.

Thanks for this!

(apologies about the e-mail disclaimer that will be with this reply).

From: Jordan Papaleo [mailto:notifications@github.com] Sent: 19 November 2014 22:14 To: Famous/famous-angular Cc: Pearson, Clint (Associate) Subject: Re: [famous-angular] Version without Node (#267)

Hi Clint -

There are no public facing CDNs for Famo.us but I pulled a few together for you with some help from the Famo.us team.

Famo.us: http://code.famo.us/famous/0.3/famous-global.js http://code.famo.us/famous/0.3/famous.js http://code.famo.us/famous/0.3/famous.css

Famous-Angular: http://code.famo.us/famous-angular/0.4.0/famous-angular.js http://code.famo.us/famous-angular/0.4.0/famous-angular.css

Again, feel free to reach out with issues,

Jordan

— Reply to this email directly or view it on GitHubhttps://github.com/Famous/famous-angular/issues/267#issuecomment-63724085. This email has been sent by and on behalf of one or more of KPMG LLP, KPMG Audit plc, KPMG Resource Centre Private Limited or a company under the control of KPMG LLP, including KPMG United Kingdom plc and KPMG UK Limited (together, "KPMG").
This email, and any attachments, is confidential and may be privileged or otherwise protected from disclosure. It is intended solely for the stated addressee(s) and access to it by any other person is unauthorised. If you are not the intended recipient, you must not disclose, copy, circulate or in any other way use or rely on the information contained herein. If you have received this email in error, please inform us immediately and delete all copies of it. Any communications made with KPMG may be monitored and a record may be kept of any communication. Any opinion or advice contained herein is subject to the terms and conditions set out in your KPMG LLP client engagement letter. A list of members of KPMG LLP is open for inspection at KPMG's registered office. KPMG LLP (registered no. OC301540) is a limited liability partnerships registered in England and Wales. Each of KPMG Audit plc (registered no. 03110745), KPMG United Kingdom plc (registered no. 03513178) and KPMG UK Limited (registered no. 03580549) are companies registered in England and Wales. Each entity's registered office is at 15 Canada Square, London, E14 5GL. For full details of our professional regulation please refer to https://www.kpmg.com/uk/en/about/aboutkpmg/pages/regulatory-information.aspx.

zackbrown commented 9 years ago

I'll just add that you can also use the URL //code.famo.us/latest (instead of e.g. /0.4.0) but note that latest directory is (naturally) subject to change and could introduce mysterious breaking changes if you don't watch it carefully.

It also looks like we missed putting 0.5.0 on the CDN, so I just went ahead and did that; you should now be able to access //code.famo.us/famous-angular/0.5.0/famous-angular.js and //code.famo.us/famous-angular/0.5.0/famous-angular.css and /latest now points to 0.5.0 as well.

Note that we will also be cutting 0.6.0 soon, which tracks Angular 1.3 (this is currently available on master.)