Skip to content

Commit

Permalink
updated some informations and ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
cjpatoilo committed Jan 6, 2016
1 parent cfb3cc0 commit 284caf6
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 25 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
.travis.yml
bower.json
component.json
composer.json
contributing.md
gruntfile.js
package.js
src
17 changes: 9 additions & 8 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,35 @@
"author": "CJ Patoilo <[email protected]>",
"main": "dist/milligram.css",
"keywords": [
"boilerplate",
"bootstrap",
"css",
"css3",
"design",
"front-end",
"framework",
"html",
"html5",
"kickstart",
"kickstarter",
"less",
"milligram",
"responsive",
"mobile",
"mobile-first",
"postcss",
"responsive",
"sass",
"stylus",
"style",
"stylesheet"
"scss",
"stylus"
],
"ignore": [
".editorconfig",
".gitignore",
".npmignore",
".travis.yml",
"component.json",
"package.json",
"composer.json",
"contributing.md",
"gruntfile.js",
"package.js",
"package.json",
"src"
],
"dependencies": {
Expand Down
17 changes: 9 additions & 8 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,35 @@
"author": "CJ Patoilo <[email protected]>",
"main": "dist/milligram.css",
"keywords": [
"boilerplate",
"bootstrap",
"css",
"css3",
"design",
"front-end",
"framework",
"html",
"html5",
"kickstart",
"kickstarter",
"less",
"milligram",
"responsive",
"mobile",
"mobile-first",
"postcss",
"responsive",
"sass",
"stylus",
"style",
"stylesheet"
"scss",
"stylus"
],
"ignore": [
".editorconfig",
".gitignore",
".npmignore",
".travis.yml",
"bower.json",
"package.json",
"composer.json",
"contributing.md",
"gruntfile.js",
"package.js",
"package.json",
"src"
],
"repo": "milligram/milligram",
Expand Down
2 changes: 1 addition & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = function ( grunt ) {
all: [ 'dist' ]
},

// Compile SASS files to CSS
// Compile Sass files to CSS
sass: {
minify: {
options: {
Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,35 @@
"author": "CJ Patoilo <[email protected]>",
"main": "dist/milligram.css",
"keywords": [
"boilerplate",
"bootstrap",
"css",
"css3",
"design",
"front-end",
"framework",
"html",
"html5",
"kickstart",
"kickstarter",
"less",
"milligram",
"responsive",
"mobile",
"mobile-first",
"postcss",
"responsive",
"sass",
"stylus",
"style",
"stylesheet"
"scss",
"stylus"
],
"ignore": [
".editorconfig",
".gitignore",
".npmignore",
".travis.yml",
"bower.json",
"component.json",
"composer.json",
"contributing.md",
"gruntfile.js",
"package.js",
"src"
],
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ Help improve these docs. Open an [issue](https://github.com/milligram/milligram/

## License

[MIT License](http://cjpatoilo.mit-license.org/) @ CJ Patoilo
Designed with ♥ by [CJ Patoilo](http://cjpatoilo.com). Licensed under the [MIT License](http://cjpatoilo.mit-license.org).

0 comments on commit 284caf6

Please sign in to comment.