updated some informations and ignored files

This commit is contained in:
CJ Patoilo 2016-01-06 03:38:07 -03:00
parent cfb3cc0563
commit 284caf64e1
6 changed files with 31 additions and 25 deletions

View File

@ -3,5 +3,8 @@
.travis.yml .travis.yml
bower.json bower.json
component.json component.json
composer.json
contributing.md
gruntfile.js gruntfile.js
package.js
src src

View File

@ -8,34 +8,35 @@
"author": "CJ Patoilo <cjpatoilo@gmail.com>", "author": "CJ Patoilo <cjpatoilo@gmail.com>",
"main": "dist/milligram.css", "main": "dist/milligram.css",
"keywords": [ "keywords": [
"boilerplate",
"bootstrap", "bootstrap",
"css", "css",
"css3", "css3",
"design",
"front-end", "front-end",
"framework", "framework",
"html", "html",
"html5", "html5",
"kickstart", "kickstarter",
"less", "less",
"milligram",
"responsive", "responsive",
"mobile", "mobile",
"mobile-first", "mobile-first",
"postcss",
"responsive", "responsive",
"sass", "sass",
"stylus", "scss",
"style", "stylus"
"stylesheet"
], ],
"ignore": [ "ignore": [
".editorconfig", ".editorconfig",
".gitignore", ".gitignore",
".npmignore",
".travis.yml", ".travis.yml",
"component.json", "component.json",
"package.json", "composer.json",
"contributing.md",
"gruntfile.js", "gruntfile.js",
"package.js",
"package.json",
"src" "src"
], ],
"dependencies": { "dependencies": {

View File

@ -8,34 +8,35 @@
"author": "CJ Patoilo <cjpatoilo@gmail.com>", "author": "CJ Patoilo <cjpatoilo@gmail.com>",
"main": "dist/milligram.css", "main": "dist/milligram.css",
"keywords": [ "keywords": [
"boilerplate",
"bootstrap", "bootstrap",
"css", "css",
"css3", "css3",
"design",
"front-end", "front-end",
"framework", "framework",
"html", "html",
"html5", "html5",
"kickstart", "kickstarter",
"less", "less",
"milligram",
"responsive", "responsive",
"mobile", "mobile",
"mobile-first", "mobile-first",
"postcss",
"responsive", "responsive",
"sass", "sass",
"stylus", "scss",
"style", "stylus"
"stylesheet"
], ],
"ignore": [ "ignore": [
".editorconfig", ".editorconfig",
".gitignore", ".gitignore",
".npmignore",
".travis.yml", ".travis.yml",
"bower.json", "bower.json",
"package.json", "composer.json",
"contributing.md",
"gruntfile.js", "gruntfile.js",
"package.js",
"package.json",
"src" "src"
], ],
"repo": "milligram/milligram", "repo": "milligram/milligram",

View File

@ -58,7 +58,7 @@ module.exports = function ( grunt ) {
all: [ 'dist' ] all: [ 'dist' ]
}, },
// Compile SASS files to CSS // Compile Sass files to CSS
sass: { sass: {
minify: { minify: {
options: { options: {

View File

@ -8,34 +8,35 @@
"author": "CJ Patoilo <cjpatoilo@gmail.com>", "author": "CJ Patoilo <cjpatoilo@gmail.com>",
"main": "dist/milligram.css", "main": "dist/milligram.css",
"keywords": [ "keywords": [
"boilerplate",
"bootstrap", "bootstrap",
"css", "css",
"css3", "css3",
"design",
"front-end", "front-end",
"framework", "framework",
"html", "html",
"html5", "html5",
"kickstart", "kickstarter",
"less", "less",
"milligram",
"responsive", "responsive",
"mobile", "mobile",
"mobile-first", "mobile-first",
"postcss",
"responsive", "responsive",
"sass", "sass",
"stylus", "scss",
"style", "stylus"
"stylesheet"
], ],
"ignore": [ "ignore": [
".editorconfig", ".editorconfig",
".gitignore", ".gitignore",
".npmignore",
".travis.yml", ".travis.yml",
"bower.json", "bower.json",
"component.json", "component.json",
"composer.json",
"contributing.md",
"gruntfile.js", "gruntfile.js",
"package.js",
"src" "src"
], ],
"dependencies": { "dependencies": {

View File

@ -60,4 +60,4 @@ Help improve these docs. Open an [issue](https://github.com/milligram/milligram/
## License ## 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).