11 コミット (dev)

作成者 SHA1 メッセージ 日付
  Bryan Miller 8cab8812af The About button now displays Author, Version, License, and Description information (pulled from the package.json by the server 5年前
  Bryan Miller ce88f94994 Server uses vendor.js to connect node_modules to the application in a consistent manner. 5年前
  Bryan Miller 8587a63df9 Server will now generate version for each request (showing a -X if the current commit is dirty) 5年前
  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年前
  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年前
  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年前
  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年前
  Bryan Miller 81c584643a Added a simple footer as well as passing along author information. 5年前
  Bryan Miller 6587f797f1 Server generates a version number based on package.json as well as the current git branch and hash value. 5年前
  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年前
  Bryan Miller 71f9956c74 Created a very basic server using node. Included express and ejs as dependencies. 5年前