Skip to content

Commit 91e57e2

Browse files
committed
Move license to the top of the file.
1 parent b9a0d1e commit 91e57e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

grunt/bs-raw-files-generator.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
/* global btoa: true */
21
/*!
32
* Bootstrap Grunt task for generating raw-files.min.js for the Customizer
43
* http://getbootstrap.com
54
* Copyright 2014 Twitter, Inc.
65
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
76
*/
7+
8+
/* global btoa: true */
9+
810
'use strict';
911
var fs = require('fs');
1012
var btoa = require('btoa');

0 commit comments

Comments
 (0)