From 5099cc5bae8eef26cd77809e12e95575580a2637 Mon Sep 17 00:00:00 2001 From: Julien Deswaef Date: Mon, 5 Feb 2018 18:10:39 -0500 Subject: [PATCH] Updating build and dev scripts --- README.md | 4 ++-- package.json | 18 +++++++++++------- src/README.md-nobuild | 4 ++-- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d4dab39ba..83c9e99d6 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,8 @@ From the root of the repository, install the tools used to develop. Build the project and documentation: - $ bundle exec jekyll build + $ npm run build Or serve it on a local server on http://localhost:7998/Fork-Awesome/: - $ bundle exec jekyll -w serve + $ npm run dev diff --git a/package.json b/package.json index a2bdaedec..420388472 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { - "name": "font-awesome", - "description": "The iconic font and CSS framework", + "name": "fork-awesome", + "description": "A fork of the iconic font and CSS framework", "version": "4.7.0", "style": "css/font-awesome.css", "keywords": ["font", "awesome", "fontawesome", "icon", "bootstrap"], - "homepage": "http://fontawesome.io/", + "homepage": "", "bugs": { - "url" : "http://github.com/FortAwesome/Font-Awesome/issues" + "url" : "http://github.com/ForkAwesome/Fork-Awesome/issues" }, "author": { "name": "Dave Gandy", @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/FortAwesome/Font-Awesome.git" + "url": "https://github.com/ForkAwesome/Fork-Awesome.git" }, "contributors": [ { @@ -38,7 +38,11 @@ "license": "(OFL-1.1 AND MIT)", "dependencies": { }, - "engines" : { - "node" : ">=0.10.3" + "engines": { + "node": ">=0.10.3" + }, + "scripts": { + "build": "bundle exec jekyll build", + "dev": "bundle exec jekyll -w serve" } } diff --git a/src/README.md-nobuild b/src/README.md-nobuild index b7801a414..b2abf47ab 100644 --- a/src/README.md-nobuild +++ b/src/README.md-nobuild @@ -74,8 +74,8 @@ From the root of the repository, install the tools used to develop. Build the project and documentation: - $ bundle exec jekyll build + $ npm run build Or serve it on a local server on http://localhost:7998/Fork-Awesome/: - $ bundle exec jekyll -w serve + $ npm run dev