From: Geoff Kimball Date: Fri, 4 Dec 2015 22:51:37 +0000 (-0800) Subject: Add version number and poster comment to the top of the compiled CSS file, closes... X-Git-Tag: v6.0.6~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c4414931b799cfb5afa9037b0e2977c0c2561b9;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add version number and poster comment to the top of the compiled CSS file, closes #7388 --- diff --git a/gulp/deploy.js b/gulp/deploy.js index 17c851aae..c25b89960 100644 --- a/gulp/deploy.js +++ b/gulp/deploy.js @@ -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', diff --git a/scss/foundation.scss b/scss/foundation.scss index 1cd51e045..258d20d00 100644 --- a/scss/foundation.scss +++ b/scss/foundation.scss @@ -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';