feat: Update hippie-script
- Update to new version - Move brand from hippie to HIPPIE - Add hippie-script to all remaining templates
This commit is contained in:
parent
a3eb2250ab
commit
b7b1d15456
7 changed files with 7 additions and 7 deletions
|
|
@ -6,7 +6,7 @@ function setup() {
|
|||
'use strict';
|
||||
|
||||
console.group('Document information');
|
||||
console.info('\n', hippie.brand, '\n\n');
|
||||
console.info('\n', HIPPIE.brand, '\n\n');
|
||||
console.info('HTML:', hippie.screen, '\nBODY:', hippie.body);
|
||||
console.groupEnd();
|
||||
if (debugOn) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue