Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fryta committed Jul 25, 2014
1 parent c3013bb commit 0a6bb61
Show file tree
Hide file tree
Showing 35 changed files with 2,388 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"directory": "vendor",
"json": "bower.json"
}

6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.sw*
*~
build/
bin/
node_modules/
vendor/
Empty file added .gitmodules
Empty file.
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>DevCamp</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.aptana.ide.core.unifiedBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.aptana.projects.webnature</nature>
</natures>
</projectDescription>
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: node_js
node_js:
- "0.10"

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install --quiet -g grunt-cli karma bower
- npm install
- bower install

script: grunt

13 changes: 13 additions & 0 deletions .yo-rc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"generator-investio-angularJs": {
"projectName": "devcamp-angular-multeam",
"projectModuleName": "devcamp-angular-multeam",
"projectVarName": "devcampMulteam",
"filtersModuleName": "devcamp-multeam-filters",
"filtersVarName": "devcampMulteamFilters",
"directivesModuleName": "devcamp-multeam-directives",
"directivesVarName": "devcampMulteamDirectives",
"servicesModuleName": "devcamp-multeam-services",
"servicesVarName": "devcampMulteamServices"
}
}
141 changes: 141 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@
# 0.3.2 (2014-04-15)

## Features

* Updated to bootstrap 3 and ui-bootstrap 0.10 ([55682310]([email protected]:ngbp/ngbp/commit/55682310))

## Bug fixes

* Karma unit port changed to 9019 ([0c354e90]([email protected]:ngbp/ngbp/commit/0c354e90))
* Updated Travis links to new name ([3346a704]([email protected]:ngbp/ngbp/commit/3346a704))
* Typo in copy watch task. ([00834319]([email protected]:ngbp/ngbp/commit/00834319))
* Vendor assets were ignored during watch ([a94bb652]([email protected]:ngbp/ngbp/commit/a94bb652))




# 0.3.1 (2013-09-13)

## Features

* Page titles are now set via state objects ([33de8097]([email protected]:joshdmiller/ng-boilerplate/commit/33de8097))
* Append pkg.version to JS and CSS ([90e1b71f]([email protected]:joshdmiller/ng-boilerplate/commit/90e1b71f))
* Vendor CSS is copied and concatenated with the app's CSS ([dda8792c]([email protected]:joshdmiller/ng-boilerplate/commit/dda8792c))
* Vendor assets are copied to the build too ([29502bff]([email protected]:joshdmiller/ng-boilerplate/commit/29502bff))
* Treat JS in src/assets as assets (i.e. don't do anything with it) ([99b50751]([email protected]:joshdmiller/ng-boilerplate/commit/99b50751))
* Added PhantomJS support ([89acf5f6]([email protected]:joshdmiller/ng-boilerplate/commit/89acf5f6))
* Files for use only in testing are now configurable ([a04e663b]([email protected]:joshdmiller/ng-boilerplate/commit/a04e663b))

## Bug fixes

* CopyPasteException in index.html comments ([3a0596a7]([email protected]:joshdmiller/ng-boilerplate/commit/3a0596a7))
* Fixed typos in the README ([5ae95393]([email protected]:joshdmiller/ng-boilerplate/commit/5ae95393)), ([8c362208]([email protected]:joshdmiller/ng-boilerplate/commit/8c362208)), and ([6b617282]([email protected]:joshdmiller/ng-boilerplate/commit/6b617282))
* Vendor files were added to build twice ([09277b74]([email protected]:joshdmiller/ng-boilerplate/commit/09277b74))
* IE7 Font Awesome stylesheet pointed nowhere ([515673b1]([email protected]:joshdmiller/ng-boilerplate/commit/515673b1))

# 0.3.0 (2013-06-25)

## Features
### build

* split build into build+compile ([97fb290d](https://github.com/joshdmiller/ng-boilerplate/commits/97fb290d))
* Moved config to separate file ([ff5d8b58](https://github.com/joshdmiller/ng-boilerplate/commits/ff5d8b58))
* Added grunt-bump to ease releasing ([27312de1](https://github.com/joshdmiller/ng-boilerplate/commits/27312de1))
* Added changelog generation ([328d25d2](https://github.com/joshdmiller/ng-boilerplate/commits/328d25d2))
* karma config managed automatically ([3384b6fd](https://github.com/joshdmiller/ng-boilerplate/commits/3384b6fd))
* CoffeeScript support ([0f308f2f](https://github.com/joshdmiller/ng-boilerplate/commits/0f308f2f))

### *

* switched to ui-router for state mgmt ([7bec0378](https://github.com/joshdmiller/ng-boilerplate/commits/7bec0378))

## Bug fixes
### build

* Karma no longer hangs the watch (([f66cfcc6])(https://github.com/joshdmiller/ng-boilerplate/commits/f66cfcc6))



# 0.2.0 (2013-05-10)

## Features
### build

* live reload added through grunt-watch ([653df741](https://github.com/joshdmiller/ng-boilerplate/commits/653df741))

* Add grunt ng-min for annotation ([9c529ccb](https://github.com/joshdmiller/ng-boilerplate/commits/9c529ccb))

### *

* far better Bower integration ([864c2656](https://github.com/joshdmiller/ng-boilerplate/commits/864c2656))

* included AngularUI `utils` to use uiRoute ([df08e4be](https://github.com/joshdmiller/ng-boilerplate/commits/df08e4be))






# 0.1.0 (2013-03-11)

## Features
### *

* Initial application structure ([7c149227](https://github.com/joshdmiller/ng-boilerplate/commits/7c149227))

* improved navigation styling and added home page tpl ([e1a655e0](https://github.com/joshdmiller/ng-boilerplate/commits/e1a655e0))

### app

* added current route indication to menu with appropriate unit test ([14d35da8](https://github.com/joshdmiller/ng-boilerplate/commits/14d35da8))

### index

* improved navbar style and added additional links ([a7c4504c](https://github.com/joshdmiller/ng-boilerplate/commits/a7c4504c))

### about

* Added an about page with some descriptive content ([290704ab](https://github.com/joshdmiller/ng-boilerplate/commits/290704ab))

* Added placeholders demo to about page ([89a06e9f](https://github.com/joshdmiller/ng-boilerplate/commits/89a06e9f))

### titleService

* dynamic title support) ([3db6ec2b](https://github.com/joshdmiller/ng-boilerplate/commits/3db6ec2b))

* suffix is now customizable ([9f8b4c73](https://github.com/joshdmiller/ng-boilerplate/commits/9f8b4c73))

### activeIfCurrentDirective

* created directory to test for current route ([0ac1f4b4](https://github.com/joshdmiller/ng-boilerplate/commits/0ac1f4b4))

### home

* replaced placeholder text with mrktg copy ([dcaf7237](https://github.com/joshdmiller/ng-boilerplate/commits/dcaf7237))

* added google +1 button ([98d3312b](https://github.com/joshdmiller/ng-boilerplate/commits/98d3312b))



## Bug fixes
### build

* Removed unnecessary step from delta:unittest ([5ffbfd78](https://github.com/joshdmiller/ng-boilerplate/commits/5ffbfd78))

* delta tasks that concat must also uglify ([926983f8](https://github.com/joshdmiller/ng-boilerplate/commits/926983f8))

### test-config

* Change browser-name case, add browser list ([682b1ea4](https://github.com/joshdmiller/ng-boilerplate/commits/682b1ea4))

### home

* corrected typo in tweet button URL ([b9920eea](https://github.com/joshdmiller/ng-boilerplate/commits/b9920eea))

### testacular

* fixed typo in browser docstring ([11a60fa7](https://github.com/joshdmiller/ng-boilerplate/commits/11a60fa7))




Loading

0 comments on commit 0a6bb61

Please sign in to comment.