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

Save new sub-pages at html file for static future use #6

Closed
cupOJoseph opened this issue Sep 18, 2018 · 1 comment
Closed

Save new sub-pages at html file for static future use #6

cupOJoseph opened this issue Sep 18, 2018 · 1 comment

Comments

@cupOJoseph
Copy link
Collaborator

cupOJoseph commented Sep 18, 2018

We want the UI for our ABI to always be accessible after we have submitted it once.

In node, something like this
`
var fs = require('fs');
fs.writeFile("/path/to/destination.html", output, function(err) {
if(err) {
return console.log(err);
}

console.log("The file was saved!");

});
`

@cupOJoseph
Copy link
Collaborator Author

bad way to do this. Use DB instead since we already have one setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant