Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding config option handling. #52

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
200 changes: 195 additions & 5 deletions dist/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/bootswatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"_args": [
[
"[email protected]",
"/Users/travistidwell/Documents/formio/cicd/formio-viewer"
"/Users/travistidwell/Documents/formio/formio-viewer"
]
],
"_from": "[email protected]",
Expand All @@ -26,7 +26,7 @@
],
"_resolved": "https://registry.npmjs.org/bootswatch/-/bootswatch-4.6.0.tgz",
"_spec": "4.6.0",
"_where": "/Users/travistidwell/Documents/formio/cicd/formio-viewer",
"_where": "/Users/travistidwell/Documents/formio/formio-viewer",
"author": {
"name": "Thomas Park"
},
Expand Down
4 changes: 2 additions & 2 deletions dist/lib/font-awesome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"_args": [
[
"[email protected]",
"/Users/travistidwell/Documents/formio/cicd/formio-viewer"
"/Users/travistidwell/Documents/formio/formio-viewer"
]
],
"_from": "[email protected]",
Expand All @@ -26,7 +26,7 @@
],
"_resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz",
"_spec": "4.7.0",
"_where": "/Users/travistidwell/Documents/formio/cicd/formio-viewer",
"_where": "/Users/travistidwell/Documents/formio/formio-viewer",
"author": {
"name": "Dave Gandy",
"email": "[email protected]",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "A Form.io form viewer application",
"main": "index.js",
"scripts": {
"build": "gulp build && webpack --config webpack.config.js && gulp inlinesource",
"build:dev": "gulp build && webpack --config webpack.config.js",
"build": "npm run build:dev && gulp inlinesource",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down
Loading