diff --git a/.gitignore b/.gitignore index fd5106f..73637fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .DS_STORE +bower_components/ diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..9c2bfdd --- /dev/null +++ b/bower.json @@ -0,0 +1,32 @@ +{ + "name": "ICanHaz.load", + "main": "ICanHaz.load.js", + "version": "0.1.0", + "homepage": "https://github.com/tonekk/ICanHaz.load", + "description": "Little extension for loading views with ICanHaz.js. Requires jQuery", + "moduleType": [ + "globals" + ], + "keywords": [ + "mustache", + "icanhazjs" + ], + "authors": [ + "tonekk" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "icanhazjs": "~0.10.3", + "jquery": "~2.1.1" + }, + "devDependencies": { + "jasmine": "~1.3.1" + } +} diff --git a/test/index.html b/test/index.html index 47dc4ba..e44e2dd 100644 --- a/test/index.html +++ b/test/index.html @@ -2,17 +2,16 @@
- - - + + + - - + +