EroticDevelopment / GuideMe

An interactive story viewer
MIT License
9 stars 4 forks source link

Missing XMLData for documentation #8

Closed gnutp closed 3 years ago

gnutp commented 3 years ago

Hi, I'm trying to build the documentation to fix a minor error, but it seems like the XML definitions are missing from this repository.

After npm install and npm run start I get the following error:

Failed to compile

./src/documentation/XMLDocumentation.js
Module not found: Can't resolve './data/XMLData' in './src/documentation'

This error occurred during the build time and cannot be dismissed.
EroticDevelopment commented 3 years ago

Hi, Thanks for bringing this to my attention. The data directory that file is in inadvertently matched a rule in the root .gitignore file and I didn't notice. I've added a rule to the gh-pages/.gitignore file and committed XMLData.js in 42ed1eb

gnutp commented 3 years ago

Thanks, this works now :+1: