diff options
| author | XhmikosR <[email protected]> | 2014-03-07 18:59:43 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-03-07 18:59:43 +0200 |
| commit | 91e57e2738fb46df241d23038fed729fc6471466 (patch) | |
| tree | f5d977516a485bc4178121aaf6b5bbcf1d9566dc | |
| parent | b9a0d1e4cd17b26d93fc314cff755a1a459c5f7b (diff) | |
| download | bootstrap-91e57e2738fb46df241d23038fed729fc6471466.tar.xz bootstrap-91e57e2738fb46df241d23038fed729fc6471466.zip | |
Move license to the top of the file.
| -rw-r--r-- | grunt/bs-raw-files-generator.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/grunt/bs-raw-files-generator.js b/grunt/bs-raw-files-generator.js index e8f749130..fd74186cc 100644 --- a/grunt/bs-raw-files-generator.js +++ b/grunt/bs-raw-files-generator.js @@ -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'); |
