Skip to content

Commit

Permalink
some config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Oct 31, 2014
1 parent bfa5d92 commit 57aa7ad
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 12 deletions.
13 changes: 13 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
config
sass
source
test
.editorconfig
.gitignore
.jshintrc
bower.json
compile.sh
component.json
composer.json
Gruntfile.js
README.md
17 changes: 5 additions & 12 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = function (grunt) {
}
}
},

// generate a TTF file from the SVG file
svg2ttf: {
svg2ttf: {
src: 'source/*.svg',
Expand All @@ -63,15 +63,9 @@ module.exports = function (grunt) {
src: 'package.json',
// reuse the task-level `src`
dest: 'component.json', // where to write to
fields: { // the fields to update
// notice how this time we're passing a hash instead
// of an array; this allows us to map the field names.
// We still specify all the names we want, and additionally
// we also specify the target name in the detination file.
// to from
// ----------- -------------------
'name': null, // null means 'leave as is'
'description': null, // but feel free to type the field name twice
fields: {
'name': null,
'description': null,
'version': null,
'keywords': null,
'main': null,
Expand All @@ -89,8 +83,7 @@ module.exports = function (grunt) {
fields: {
'description': null,
'keywords': null,
'license': null,
'version': null
'license': null
}
}
}
Expand Down
1 change: 1 addition & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"test",
".editorconfig",
".gitignore",
".jshintrc",
"bower.json",
"compile.sh",
"component.json",
Expand Down
Binary file modified source/openwebicons.ttf
Binary file not shown.

0 comments on commit 57aa7ad

Please sign in to comment.