11 Commits (dev)

Author SHA1 Message Date
  Bryan Miller 8cab8812af The About button now displays Author, Version, License, and Description information (pulled from the package.json by the server 5 years ago
  Bryan Miller ce88f94994 Server uses vendor.js to connect node_modules to the application in a consistent manner. 5 years ago
  Bryan Miller 8587a63df9 Server will now generate version for each request (showing a -X if the current commit is dirty) 5 years ago
  Bryan Miller 454765bb39 Broke out the nespaint.scss into a number of sub-styles and renamed nespaint.scss to style.scss . Updated Server for these changes. 5 years ago
  Bryan Miller ca5551835b Server will now hold the nespaint.css in memory instead of saving it to disk... Until I'm told this is a bad idea, lol 5 years ago
  Bryan Miller dda6f3032a Switching from a pure css file to a dynamically generated sass -> css. Server will watch for sass file changes and update as needed. Path app/css/nespaint.css is now ignored as it's generated at start if missing. 5 years ago
  Bryan Miller 6cabaf8a51 Server now uses environment variables to get port and SSL values. HTTPS is now an option. Small starter bash script included. 5 years ago
  Bryan Miller 81c584643a Added a simple footer as well as passing along author information. 5 years ago
  Bryan Miller 6587f797f1 Server generates a version number based on package.json as well as the current git branch and hash value. 5 years ago
  Bryan Miller ad0b29b0dc Server now uses ejs to serve the index html. Broke the original index.html file into ejs file located in the /views folder. 5 years ago
  Bryan Miller 71f9956c74 Created a very basic server using node. Included express and ejs as dependencies. 5 years ago