Skip to content

Commit

Permalink
v1.1.1 Change dev event handler to live
Browse files Browse the repository at this point in the history
  • Loading branch information
TotallyInformation committed Sep 26, 2021
1 parent 553d0cb commit 0e16374
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 1,041 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.1.0 - Improvements & new event-return node (2021-09-26)
## 1.1.1 - Improvements & new event-return node (2021-09-26)

### New

Expand Down
16 changes: 8 additions & 8 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,27 +45,27 @@ const fs = require('fs')

//#region >>>> Vars - change as needed <<<< //

// print output of commands into the terminal
const stdio = 'inherit'

const { version } = JSON.parse(fs.readFileSync('package.json'))

// What release/version do we want to end up with?
const release = '1.1.0'
const release = '1.1.1'

// Locations
const nodeDest = 'nodes'

//#endregion ------------------------------ //

console.log(`Current Version: ${version}. Requested Version: ${release}`)

/**
* TODO
* - Add text replace to ensure 2021 in (c) blocks is current year
* - Add improvements to build so that we can have a generic name in the src code as a template
*/

// print output of commands into the terminal
const stdio = 'inherit'

const { version } = JSON.parse(fs.readFileSync('package.json'))

console.log(`Current Version: ${version}. Requested Version: ${release}`)

//#region >>>> Build/Watch - add a function for each node <<<<

/** Combine the parts of event-in.html file */
Expand Down
Loading

0 comments on commit 0e16374

Please sign in to comment.