]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update panini and octophant dependencies, and disable automated template updates...
authorGeoff Kimball <geoff@zurb.com>
Fri, 1 Apr 2016 00:32:17 +0000 (17:32 -0700)
committerGeoff Kimball <geoff@zurb.com>
Fri, 1 Apr 2016 00:32:17 +0000 (17:32 -0700)
gulp/deploy.js
package.json
scss/settings/_settings.scss

index d491d174ea84236d8b5dd80168b2e432282bba04..b0051fd1917d1b858142249503e3b99a202e9a16 100644 (file)
@@ -93,7 +93,8 @@ gulp.task('deploy:settings', function(cb) {
       'typography-base',
       'typography-helpers'
     ],
-    imports: ['util/util']
+    imports: ['util/util'],
+    _foundationShim: true
   }
 
   octophant('./scss', options, cb);
@@ -118,22 +119,24 @@ gulp.task('deploy:docs', ['build'], function() {
     }));
 });
 
-gulp.task('deploy:templates', function() {
-  exec('git clone https://github.com/zurb/foundation-sites-template');
-  exec('cp scss/settings/_settings.scss foundation-sites-template/scss/_settings.scss');
-  exec('cd foundation-sites-template');
-  exec('git commit -am "Update settings file to match Foundation "' + NEXT_VERSION);
-  exec('git push origin master');
-  exec('cd ..');
-  exec('rm -rf foundation-sites-template');
-
-  exec('git clone https://github.com/zurb/foundation-zurb-template');
-  exec('cp scss/settings/_settings.scss foundation-zurb-template/src/assets/scss/_settings.scss');
-  exec('cd foundation-zurb-template');
-  exec('git commit -am "Update settings file to match Foundation "' + NEXT_VERSION);
-  exec('git push origin master');
-  exec('cd ..');
-  exec('rm -rf foundation-zurb-template');
+// This part of the deploy process hasn't been tested! It should be done manually for now
+gulp.task('deploy:templates', function(done) {
+  // exec('git clone https://github.com/zurb/foundation-sites-template');
+  // exec('cp scss/settings/_settings.scss foundation-sites-template/scss/_settings.scss');
+  // exec('cd foundation-sites-template');
+  // exec('git commit -am "Update settings file to match Foundation "' + NEXT_VERSION);
+  // exec('git push origin master');
+  // exec('cd ..');
+  // exec('rm -rf foundation-sites-template');
+  //
+  // exec('git clone https://github.com/zurb/foundation-zurb-template');
+  // exec('cp scss/settings/_settings.scss foundation-zurb-template/src/assets/scss/_settings.scss');
+  // exec('cd foundation-zurb-template');
+  // exec('git commit -am "Update settings file to match Foundation "' + NEXT_VERSION);
+  // exec('git push origin master');
+  // exec('cd ..');
+  // exec('rm -rf foundation-zurb-template');
+  done();
 });
 
 // The Customizer runs this function to generate files it needs
index cab26066434c92974bcd29ffcb00ef2e4e548349..aa4af2aea5d7930886a7d8417a5394f65142aa2c 100644 (file)
@@ -56,9 +56,9 @@
     "inquirer": "^0.11.2",
     "mocha": "^2.3.3",
     "motion-ui": "^1.1.0",
-    "octophant": "^1.0.0",
+    "octophant": "^1.0.1",
     "opener": "^1.4.1",
-    "panini": "^1.1.1",
+    "panini": "^1.3.0",
     "parker": "0.0.9",
     "prettyjson": "^1.1.3",
     "require-dir": "^0.3.0",
@@ -88,7 +88,9 @@
     "format": "global",
     "shim": {
       "dist/foundation": {
-        "deps": ["jquery"]
+        "deps": [
+          "jquery"
+        ]
       }
     }
   }
index df56c6a70bccce1ed40ac89b57a04fd3f0632b3c..fdd08861609dabc2df7d73320648c3def0248237 100644 (file)
@@ -74,7 +74,6 @@ $global-flexbox: false;
 $print-transparent-backgrounds: true;
 
 @include add-foundation-colors;
-
 // 2. Breakpoints
 // --------------
 
@@ -564,3 +563,4 @@ $topbar-submenu-background: $topbar-background;
 $topbar-title-spacing: 1rem;
 $topbar-input-width: 200px;
 $topbar-unstack-breakpoint: medium;
+