Browse Source

:hammer_and_wrench:

windhamdavid 4 years ago
parent
commit
ac9992356c
3 changed files with 3 additions and 5 deletions
  1. 1 2
      app/index.html
  2. 2 2
      gulpfile.js
  3. 0 1
      index.html

+ 1 - 2
app/index.html

@@ -3,9 +3,9 @@
 <head>
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui">
+<meta name="google-site-verification" content="kp06-RPhHu97jLQv5c7nl_jyj3wDwTBIpC_OogW-TFc" />
 <meta name="description" content="David Windham">
 <meta name="author" content="David Windham">
-<meta name="google-site-verification" content="kp06-RPhHu97jLQv5c7nl_jyj3wDwTBIpC_OogW-TFc" />
 <title>David Windham</title>
 <meta property="og:title" content="David Windham"/>
 <meta property="og:description" content="Something Else"/>
@@ -20,7 +20,6 @@
   <nav role="navigation">
   </nav>
   <div class="main">
-
     <blockquote>
       <h1>If I can get you to laugh with me, you like me better, which makes you more open to my ideas. And if I can persuade you to laugh at the particular point I make, by laughing at it you acknowledge its truth.</h1>
       <p class="right">~ John Cleese</p>

+ 2 - 2
gulpfile.js

@@ -14,7 +14,7 @@ gulp.task('copy', async function() {
     .pipe(gulp.dest('./js/'));
   gulp.src('./node_modules/jquery/dist/jquery.min.js')
     .pipe(gulp.dest('./js/'));
-  console.log("Files copied from npm packages");
+  console.log("files ๐Ÿ“„ from npm pkgs ");
 });
 
 gulp.task('build', async function() {
@@ -26,7 +26,7 @@ gulp.task('build', async function() {
     .pipe(gulpif('*.js', uglify()))
     .pipe(gulpif('*.css', cleanCSS({level: {1: {specialComments: 0}}})))
     .pipe(gulp.dest('./app/'));
-  console.log("Assets packaged for app/");
+  console.log("Assets built ๐Ÿ”ง for app/ ");
 });
 
 function run() {

+ 0 - 1
index.html

@@ -23,7 +23,6 @@
   <nav role="navigation">
   </nav>
   <div class="main">
-
     <blockquote>
       <h1>If I can get you to laugh with me, you like me better, which makes you more open to my ideas. And if I can persuade you to laugh at the particular point I make, by laughing at it you acknowledge its truth.</h1>
       <p class="right">~ John Cleese</p>