Archive | February, 2018
23
Feb

Webpack Dev Server – Watch Files

I’ve been learning Webpack and the Webpack-dev-server environment in Node. I have Webpack version 3.10.0 and Webpack-dev-server version 2.11.1. Here’s a quick example of how to get a package version using NPM: “`sh # check the version of a node package in bash, in this case, check on webpack [user]$ npm list webpack [email protected] /home/my/software/site/ […]

Continue Reading →
23
Feb

Github Code Block Types

When working with code blocks, sometimes you need to know the acronym associated with a language in order to create the block. For example, when working with a Wiki in Github, a code block can be create by entering three back-ticks. Followed by the language type. A carriage return. The code itself and then another […]

Continue Reading →