mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2025-01-14 09:10:30 +08:00
Updating build and dev scripts
This commit is contained in:
parent
635729fb51
commit
5099cc5bae
@ -72,8 +72,8 @@ From the root of the repository, install the tools used to develop.
|
|||||||
|
|
||||||
Build the project and documentation:
|
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/:
|
Or serve it on a local server on http://localhost:7998/Fork-Awesome/:
|
||||||
|
|
||||||
$ bundle exec jekyll -w serve
|
$ npm run dev
|
||||||
|
18
package.json
18
package.json
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "font-awesome",
|
"name": "fork-awesome",
|
||||||
"description": "The iconic font and CSS framework",
|
"description": "A fork of the iconic font and CSS framework",
|
||||||
"version": "4.7.0",
|
"version": "4.7.0",
|
||||||
"style": "css/font-awesome.css",
|
"style": "css/font-awesome.css",
|
||||||
"keywords": ["font", "awesome", "fontawesome", "icon", "bootstrap"],
|
"keywords": ["font", "awesome", "fontawesome", "icon", "bootstrap"],
|
||||||
"homepage": "http://fontawesome.io/",
|
"homepage": "",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url" : "http://github.com/FortAwesome/Font-Awesome/issues"
|
"url" : "http://github.com/ForkAwesome/Fork-Awesome/issues"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Dave Gandy",
|
"name": "Dave Gandy",
|
||||||
@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/FortAwesome/Font-Awesome.git"
|
"url": "https://github.com/ForkAwesome/Fork-Awesome.git"
|
||||||
},
|
},
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
@ -38,7 +38,11 @@
|
|||||||
"license": "(OFL-1.1 AND MIT)",
|
"license": "(OFL-1.1 AND MIT)",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
},
|
},
|
||||||
"engines" : {
|
"engines": {
|
||||||
"node" : ">=0.10.3"
|
"node": ">=0.10.3"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"build": "bundle exec jekyll build",
|
||||||
|
"dev": "bundle exec jekyll -w serve"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -74,8 +74,8 @@ From the root of the repository, install the tools used to develop.
|
|||||||
|
|
||||||
Build the project and documentation:
|
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/:
|
Or serve it on a local server on http://localhost:7998/Fork-Awesome/:
|
||||||
|
|
||||||
$ bundle exec jekyll -w serve
|
$ npm run dev
|
||||||
|
Loading…
Reference in New Issue
Block a user