From f65517d95efeaa38944af85eeba99af88bbdf4a1 Mon Sep 17 00:00:00 2001 From: Mark Moser Date: Sat, 5 Dec 2020 09:10:12 -0600 Subject: [PATCH] design tools --- Gruntfile.js | 2 ++ index.html | 1 + 2 files changed, 3 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index de39ef7..f9bbc4f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -114,3 +114,5 @@ module.exports = function(grunt) { grunt.registerTask('default', ['serve']); grunt.registerTask('deploy', ['copy:dist', 'sftp-deploy:build']); }; + +// scp dist/index.html workshop:www/links.markamoser.com/ diff --git a/index.html b/index.html index 3851ee5..cabb414 100644 --- a/index.html +++ b/index.html @@ -96,6 +96,7 @@
  • public apis
  • static site services
  • css-frameworks
  • +
  • design tools