Skip to content

Commit

Permalink
applied bower to manage clinet components
Browse files Browse the repository at this point in the history
  • Loading branch information
outsideris committed Apr 19, 2013
1 parent af0556c commit 8ba7a4a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -10,6 +10,7 @@ tmp/
.settings/
.worksheet/
.springBeans
public/components/

.tokens
archive/
Expand Down
9 changes: 9 additions & 0 deletions component.json
@@ -0,0 +1,9 @@
{
"name": "popularconvention",
"version": "0.0.1",
"dependencies": {
"jquery": "~1.9.1",
"flight": "~1.0.7",
"bootstrap": "~2.3.1"
}
}
6 changes: 6 additions & 0 deletions public/javascripts/script.js
@@ -0,0 +1,6 @@
// Copyright (c) 2013 JeongHoon Byun aka "Outsider", <http://blog.outsider.ne.kr/>
// Licensed under the MIT license.
// <http://outsider.mit-license.org/>

$(document).ready(function() {
});
3 changes: 3 additions & 0 deletions views/layout.jade
Expand Up @@ -2,6 +2,9 @@ doctype 5
html
head
title Popular Conventions
link(rel='stylesheet', href='/components/bootstrap/docs/assets/css/bootstrap.css')
link(rel='stylesheet', href='/stylesheets/style.css')
body
block content
script(type='text/javascript', src='/components/jquery/jquery.min.js')
script(type="text/javascript", src='/javascripts/script.js')

0 comments on commit 8ba7a4a

Please sign in to comment.