aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-03-07 18:59:43 +0200
committerXhmikosR <[email protected]>2014-03-07 18:59:43 +0200
commit91e57e2738fb46df241d23038fed729fc6471466 (patch)
treef5d977516a485bc4178121aaf6b5bbcf1d9566dc
parentb9a0d1e4cd17b26d93fc314cff755a1a459c5f7b (diff)
downloadbootstrap-91e57e2738fb46df241d23038fed729fc6471466.tar.xz
bootstrap-91e57e2738fb46df241d23038fed729fc6471466.zip
Move license to the top of the file.
-rw-r--r--grunt/bs-raw-files-generator.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/grunt/bs-raw-files-generator.js b/grunt/bs-raw-files-generator.js
index e8f749130..fd74186cc 100644
--- a/grunt/bs-raw-files-generator.js
+++ b/grunt/bs-raw-files-generator.js
@@ -1,10 +1,12 @@
-/* global btoa: true */
/*!
* Bootstrap Grunt task for generating raw-files.min.js for the Customizer
* http://getbootstrap.com
* Copyright 2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
+
+/* global btoa: true */
+
'use strict';
var fs = require('fs');
var btoa = require('btoa');