Initial commit

This commit is contained in:
Juho Teperi
2013-05-13 11:43:34 +03:00
commit fbf8fb087a
44 changed files with 2425 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"folders":
[
{
"path": "/home/juho/Source/tyo/lentolaskuri2",
"folder_exclude_patterns": ["node_modules", ".cache", ".tmp", "app/components"]
}
],
"ternjs": {
"exclude": ["node_modules/**", "app/components/**"],
"libs": ["jquery"],
"plugins": {
"requirejs": {
"baseURL": "app/components"
}
}
}
}