Skip to content

Commit

Permalink
Bah
Browse files Browse the repository at this point in the history
  • Loading branch information
pikesley committed Jan 16, 2016
1 parent d9ecd1e commit 0b58bf7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/skellington/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Skellington
VERSION = '0.4.5'
VERSION = '0.4.6'
end
2 changes: 1 addition & 1 deletion lib/templates/views/includes/header.erb.eruby
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<link rel='stylesheet' href='//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css' type='text/css' />
<link rel='icon' type='image/png' href='/assets/favicon.ico' />
<link rel='stylesheet' href='/css/styles.css' />
<script src='/js/template.js'></script>
<script src='/js/<%= @gen.wormname %>.js'></script>
<title><%%= @title %></title>
</head>
2 changes: 1 addition & 1 deletion spec/cli/bootstrap_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module Skellington
<link rel='stylesheet' href='//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css' type='text/css' />
<link rel='icon' type='image/png' href='/assets/favicon.ico' />
<link rel='stylesheet' href='/css/styles.css' />
<script src='/js/template.js'></script>
<script src='/js/dummy_app.js'></script>
<title><%= @title %></title>
</head>
"""
Expand Down
2 changes: 2 additions & 0 deletions spec/cli/javascript_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ module Skellington
})
"""
)

expect(File).to exist 'dummy_app/public/js/dummy_app.js'
end
end
end

0 comments on commit 0b58bf7

Please sign in to comment.