mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +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 */
|
||||
/* global btoa: true */
|
||||
|
||||
/*!
|
||||
* Bootstrap Grunt task for generating raw-files.min.js for the Customizer
|
||||
* http://getbootstrap.com
|
||||
@@ -6,7 +8,7 @@
|
||||
* 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')
|
||||
|
||||
function getFiles(type) {
|
||||
|
||||
Reference in New Issue
Block a user