Skip to content

Commit

Permalink
Merge branch 'feature/nwind-breeze-bootstrap'
Browse files Browse the repository at this point in the history
Conflicts:
	skel-nav-esri-atom/views/flickr.js
  • Loading branch information
cmichaelgraham committed Sep 7, 2015
2 parents 52b2629 + d2ee8cb commit 459674c
Show file tree
Hide file tree
Showing 900 changed files with 462,845 additions and 253,561 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ A starter kit for working with the Aurelia TypeScript type definitions

## What's New

### All samples updated to the Aurelia [Early September Release](http://blog.durandal.io/2015/09/05/aurelia-early-september-release-notes/)

The goal of the Aurelia-TypeScript project is to help you quickly get started using Aurelia and TypeScript and then to help you rapidly expand your expertise building systems with Aurelia and TypeScript.

As part of this effort, documentation for the samples, IDEs, and other notes can now be found in one consolidated location.
Expand All @@ -18,8 +20,6 @@ All of the samples have been updated to the TypeScript 1.5 release.

In addition, the Visual Studio samples have been updated and verified using the release of Visual Studio 2015.

Today is the merge of the ts15 branch. Please feel free to submit issues here in this repo or post in the Aurelia-TypeScript gitter below. I will be testing and updating the docs and code over the next few days to polish and stabilize the samples.

As always, feel free to look me up and thanks for your interest in Aurelia and TypeScript :)

[![Join the chat at https://gitter.im/cmichaelgraham/aurelia-typescript-atom](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cmichaelgraham/aurelia-typescript?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Expand Down
29 changes: 2 additions & 27 deletions aurelia-require-bundle/README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,5 @@
## bundling

* [link to un-minimized bundle](https://github.com/cmichaelgraham/aurelia-typescript/blob/master/aurelia-require-bundle/aurelia-bundle.js) - 435K
* [link to minimized bundle](https://github.com/cmichaelgraham/aurelia-typescript/blob/master/aurelia-require-bundle/aurelia-bundle.min.js) - 193K
bundles are created from the [aurelia-amd-bundler](https://github.com/cmichaelgraham/aurelia-amd-bundler#aurelia-amd-bundler) repository



![nav 01](https://cloud.githubusercontent.com/assets/10272832/6092927/9595bd04-aeb0-11e4-9773-ea07da1e04af.png)

1. open `git bash shell`
2. install `node.js`
2. install `bower`
3. change to `aurelia-require-bundle` folder
3. get the latest aurelia libraries

run `bower install`

4. have a look at the bundling dependencies

* [manifest of dependencies](https://github.com/cmichaelgraham/aurelia-typescript/blob/master/aurelia-require-bundle/aurelia-bundle-manifest.js)
* [main-config](https://github.com/cmichaelgraham/aurelia-typescript/blob/master/aurelia-require-bundle/main-config.js)
* [bower config](https://github.com/cmichaelgraham/aurelia-typescript/blob/master/aurelia-require-bundle/bower.json)

5. bundle the files for development

run `node r.js -o name=aurelia-bundle-manifest baseUrl=. mainConfigFile=main-config.js out=aurelia-bundle.js optimize=none`

6. bundle the files for production (minified)

run `node r.js -o name=aurelia-bundle-manifest baseUrl=. mainConfigFile=main-config.js out=aurelia-bundle.min.js`
an overview of bundling can be found [here](http://www.cmichaelgraham.io/aurelia-typescript-samples/overview/bundling-amd.html)
Loading

0 comments on commit 459674c

Please sign in to comment.