Skip to content

Commit

Permalink
Use local bootstrap instead of CDN and bump bootstrap to 3.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynalon committed Jan 18, 2015
1 parent fe78053 commit e18ecaa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 7 additions & 0 deletions Rainy.UI/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,18 @@ module.exports = function (grunt) {
},
css_client: {
src: [
'bower_components/bootstrap/dist/css/bootstrap.min.css',
'bower_components/bootstrap-wysihtml5/dist/bootstrap-wysihtml5-0.0.2.css',
'bower_components/bootstrap-switch/static/stylesheets/bootstrap-switch.css'
],
dest: 'dist/client.css'
},
admin_client : {
src: [
'bower_components/bootstrap/dist/css/bootstrap.min.css',
],
dest: 'dist/admin/admin.css'
},
admin_ui: {
src: ['app_admin/admin.html', 'app_admin/html/views_admin/*.html'],
dest: 'dist/admin/index.html'
Expand Down
4 changes: 0 additions & 4 deletions Rainy.UI/app_admin/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
<title>
Rainy - Admin
</title>
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css"
rel="stylesheet"/>
<!--
<link href="admin.css" rel="stylesheet"/>
-->
</head>

<body>
Expand Down
2 changes: 0 additions & 2 deletions Rainy.UI/app_admin/client.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<title>
Rainy - 2 GO
</title>
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css"
rel="stylesheet"/>
<link href="client.css" rel="stylesheet"/>
<style>
.mainContent {
Expand Down

0 comments on commit e18ecaa

Please sign in to comment.