Skip to content

Commit

Permalink
Init foo to get startet with codequiz
Browse files Browse the repository at this point in the history
  • Loading branch information
elmarburke committed Apr 23, 2014
1 parent a40daf0 commit e416736
Show file tree
Hide file tree
Showing 225 changed files with 70,465 additions and 2,877 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
@@ -0,0 +1,3 @@
{
"directory": "www/components"
}
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
.DS_Store
data/
node_modules/
.idea
26 changes: 26 additions & 0 deletions bower.json
@@ -0,0 +1,26 @@
{
"name": "codequiz",
"version": "0.0.1",
"homepage": "https://github.com/zoepage/codequiz",
"authors": [
"Elmar Burke <hallo@elmarburke.de>"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"www/components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.2.16",
"angular-route": "~1.2.16",
"bootstrap": "~3.1.1",
"angular-bootstrap": "~0.10.0"
},
"devDependencies": {
"angular-mocks": "~1.2.16",
"jquery": "~2.1.0"
}
}
10 changes: 6 additions & 4 deletions package.json
Expand Up @@ -3,10 +3,11 @@
"version": "0.1.0",
"type": "app",
"dependencies": {
"hoodie-server": "0.9.19",
"hoodie-plugin-angularjs": "~0.0.15",
"hoodie-plugin-appconfig": "~0.1.0",
"hoodie-plugin-email": "~0.1.1",
"hoodie-plugin-users": "0.1.0"
"hoodie-plugin-users": "0.1.0",
"hoodie-server": "0.9.19"
},
"subdomain": "hoodie-testMoufle",
"domains": [
Expand All @@ -20,7 +21,8 @@
"plugins": [
"hoodie-plugin-appconfig",
"hoodie-plugin-email",
"hoodie-plugin-users"
"hoodie-plugin-users",
"hoodie-plugin-angularjs"
]
}
}
}
28 changes: 0 additions & 28 deletions www/assets/css/layout.css

This file was deleted.

15 changes: 0 additions & 15 deletions www/assets/css/main.css

This file was deleted.

31 changes: 0 additions & 31 deletions www/assets/css/modules.css

This file was deleted.

2 changes: 0 additions & 2 deletions www/assets/js/main.js

This file was deleted.

71 changes: 0 additions & 71 deletions www/assets/vendor/bootstrap.modalform.js

This file was deleted.

0 comments on commit e416736

Please sign in to comment.