Skip to content

Commit

Permalink
Setup pkg build. #5
Browse files Browse the repository at this point in the history
  • Loading branch information
nprail committed Jan 24, 2018
1 parent c5353e2 commit f9edc47
Show file tree
Hide file tree
Showing 7 changed files with 1,597 additions and 68 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
node_modules/
rva.json
build/
1 change: 0 additions & 1 deletion Dockerfile
@@ -1,4 +1,3 @@
FROM node:8
MAINTAINER Filiosoft, LLC <opensource@filiosoft.com>

RUN yarn global add @filiosoft/rva-cli
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Filiosoft
Copyright (c) 2017 Filiosoft, LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion bin/rva-init.js
Expand Up @@ -75,7 +75,7 @@ if (nameType) {
default: 'index.html',
},
errorPage: {
description: 'Static website error document',
description: 'Static website error document (use index.html for SPAs)',
required: false,
default: 'error.html',
}
Expand Down

0 comments on commit f9edc47

Please sign in to comment.