windhamdavid 1 year ago
parent
commit
592fffe3ac
3 changed files with 47 additions and 525 deletions
  1. 26 12
      README.md
  2. 21 506
      package-lock.json
  3. 0 7
      package.json

+ 26 - 12
README.md

@@ -4,23 +4,22 @@
 **Not** just another theme for [davidawindham.com](https://davidawindham.com)  
 > I suppose it is tempting, if the only tool you have is a hammer, to treat everything as if it were a nail.    [Abraham Maslow](http://en.wikipedia.org/wiki/Law_of_the_instrument)
 
-*****
+---
+### Log
 
-#### 2014.05.15 - v.2.0
-... sprucing up a bit (v.2.0) for my website's 10 year anniversary (2004). 
+#### 2022.12.10 - v.4.0
 
-*****
+- git master -> main
+- rm old grunt files
+- update packages
+- rewrite gulpfile to auto-build
+- rewrite the studio page
+- consolidate some scripts
 
 #### 2020.04.04 - Updates - v.3.0
-Bring this site up to speed  
 
-notes:    
-* changed theme name from dw -> daw becuase of [davidwindham.com](https://davidwindham.com)   
-* changed the screenshot
-* grunt -> gulp  
-* move the dependecies to npm pkgs 
+Bring this site up to speed
 
-update libraries:      
 * jquery 3.1.0 -> 3.4.1   
 * bootstrap 3.4.5 -> 4.4.1   
 * jasny bootstrap 3.1.3 -> 4.0.0   
@@ -28,6 +27,21 @@ update libraries:
 * animate.css 3.0.0 -> 3.7.0   
 * chart.js 1.0.1 -> 2.9.3
 
+* changed theme name from dw -> daw becuase of [davidwindham.com](https://davidwindham.com)   
+* changed the screenshot
+* grunt -> gulp  
+* move the dependecies to npm pkgs 
+
+#### 2014.05.15 - v.2.0
+
+sprucing up a bit for my website's 10 year anniversary (2004). 
+
+---
+
+### Notes:
+
+update libraries:
+
 added libraries:
 * [https://github.com/jquery-backstretch/jquery-backstretch](https://github.com/jquery-backstretch/jquery-backstretch)
   * replaced Formstone/Wallpaper
@@ -56,6 +70,6 @@ deprecated libaries:
 * [https://github.com/Formstone/Wallpaper](https://github.com/Formstone/Wallpaper) 
 
 
-todo:   
+ToDo:   
 * audio page
 * chart.js 1.0.1 -> 2.9.3

File diff suppressed because it is too large
+ 21 - 506
package-lock.json


+ 0 - 7
package.json

@@ -7,19 +7,12 @@
     "type": "git",
     "url": "git@github.com:windhamdavid/daw.git"
   },
-  "dependencies": {},
   "devDependencies": {
     "@fullcalendar/core": "^4.4.0",
     "@fullcalendar/daygrid": "^4.4.0",
     "@fullcalendar/google-calendar": "^4.4.0",
     "animate.css": "^3.7.2",
     "bootstrap": "^4.4.1",
-    "grunt": "^1.0.4",
-    "grunt-contrib-concat": "^1.0.1",
-    "grunt-contrib-cssmin": "^3.0.0",
-    "grunt-contrib-htmlmin": "^3.1.0",
-    "grunt-contrib-jshint": "^2.1.0",
-    "grunt-contrib-uglify": "^4.0.1",
     "gulp": "^4.0.2",
     "gulp-clean-css": "^4.3.0",
     "gulp-concat": "^2.6.1",

Some files were not shown because too many files changed in this diff