]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Move license to the top of the file.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Fri, 7 Mar 2014 16:59:43 +0000 (18:59 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Fri, 7 Mar 2014 16:59:43 +0000 (18:59 +0200)
grunt/bs-raw-files-generator.js

index e8f7491302210527671a8fa1a1e5f0607ced8093..fd74186ccf2910ad4905d52b332abed9207335b2 100644 (file)
@@ -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');