Skip to content

Commit 245129a

Browse files
Change naming scheme to allow easier imports
1 parent 77adeda commit 245129a

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = function (grunt) {
1111
grunt.initConfig({
1212
pkg: grunt.file.readJSON('package.json'),
1313
buildDir: 'dist',
14-
outputFile: '<%= buildDir %>/css/csh-material-bootstrap.min.css',
14+
outputFile: '<%= buildDir %>/css/csh-material-bootstrap.css',
1515
banner: '/*!\n' +
1616
' * <%= pkg.name %> v<%= pkg.version %>\n' +
1717
' * Homepage: <%= pkg.homepage %>\n' +

dist/css/csh-material-bootstrap.min.css renamed to dist/css/csh-material-bootstrap.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/csh-material-bootstrap.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/csh-material-bootstrap.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>CSH Material Bootstrap</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
8-
<link rel="stylesheet" href="dist/csh-material-bootstrap.min.css" media="screen">
8+
<link rel="stylesheet" href="dist/css/csh-material-bootstrap.css" media="screen">
99
<style>
1010
body {
1111
padding-top: 50px

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csh-material-bootstrap",
33
"description": "A material design Bootstrap theme for Computer Science House.",
4-
"version": "3.3.6",
4+
"version": "1.0.0",
55
"author": "Computer Science House",
66
"homepage": "http://csh.rit.edu/",
77
"license": "MIT",

0 commit comments

Comments
 (0)