mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
bs-raw-files-generator.js: use the global directive to define the btoa variable.
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
/* jshint node: true */
|
/* jshint node: true */
|
||||||
|
/* global btoa: true */
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Bootstrap Grunt task for generating raw-files.min.js for the Customizer
|
* Bootstrap Grunt task for generating raw-files.min.js for the Customizer
|
||||||
* http://getbootstrap.com
|
* http://getbootstrap.com
|
||||||
@@ -6,7 +8,7 @@
|
|||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var btoa = require('btoa') // jshint ignore:line
|
var btoa = require('btoa')
|
||||||
var fs = require('fs')
|
var fs = require('fs')
|
||||||
|
|
||||||
function getFiles(type) {
|
function getFiles(type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user