]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add version number and poster comment to the top of the compiled CSS file, closes...
authorGeoff Kimball <geoff@zurb.com>
Fri, 4 Dec 2015 22:51:37 +0000 (14:51 -0800)
committerGeoff Kimball <geoff@zurb.com>
Fri, 4 Dec 2015 22:51:37 +0000 (14:51 -0800)
gulp/deploy.js
scss/foundation.scss

index 17c851aae6f1b3451e1e95428e94c0d9519c687a..c25b89960b9e5f2a901bfde361f9fcc51e8d3ac5 100644 (file)
@@ -15,6 +15,7 @@ var inquirer = require('inquirer');
 var VERSIONED_FILES = [
   'bower.json',
   'composer.json',
+  'scss/foundation.scss',
   'js/foundation.core.js',
   'meteor-README.md',
   'package.js',
index 1cd51e0456523fd51a58e622d86f3bbd69ae3ddc..258d20d00c14ab8298f0392ceae8963441869ec4 100644 (file)
@@ -1,6 +1,9 @@
-// Foundation for Sites by ZURB
-// foundation.zurb.com
-// Licensed under MIT Open Source
+/**
+ * Foundation for Sites by ZURB
+ * Version 6.0.5
+ * foundation.zurb.com
+ * Licensed under MIT Open Source
+ */
 
 // Sass utilities
 @import 'util/util';