We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a0d1e commit 91e57e2Copy full SHA for 91e57e2
grunt/bs-raw-files-generator.js
@@ -1,10 +1,12 @@
1
-/* global btoa: true */
2
/*!
3
* Bootstrap Grunt task for generating raw-files.min.js for the Customizer
4
* http://getbootstrap.com
5
* Copyright 2014 Twitter, Inc.
6
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
7
*/
+
8
+/* global btoa: true */
9
10
'use strict';
11
var fs = require('fs');
12
var btoa = require('btoa');
0 commit comments