Browse Source

repo migration

master
David Miller 6 years ago
parent
commit
dda216c786
  1. 2
      dist/css/styles.css
  2. 2
      dist/js/scripts.js
  3. 2
      scripts/render-scripts.js
  4. 2
      scripts/render-scss.js

2
dist/css/styles.css vendored

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
/*!
* Start Bootstrap - Agency v6.0.1 (https://startbootstrap.com/template-overviews/agency)
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
*/
/*!
* Bootstrap v4.5.0 (https://getbootstrap.com/)

2
dist/js/scripts.js vendored

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
/*!
* Start Bootstrap - Agency v6.0.1 (https://startbootstrap.com/template-overviews/agency)
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
*/
(function ($) {
"use strict"; // Start of use strict

2
scripts/render-scripts.js

@ -11,7 +11,7 @@ module.exports = function renderScripts() { @@ -11,7 +11,7 @@ module.exports = function renderScripts() {
const copyright = `/*!
* Start Bootstrap - ${packageJSON.title} v${packageJSON.version} (${packageJSON.homepage})
* Copyright 2013-${new Date().getFullYear()} ${packageJSON.author}
* Licensed under ${packageJSON.license} (https://github.com/BlackrockDigital/${packageJSON.name}/blob/master/LICENSE)
* Licensed under ${packageJSON.license} (https://github.com/StartBootstrap/${packageJSON.name}/blob/master/LICENSE)
*/
`
const scriptsJS = fs.readFileSync(sourcePath);

2
scripts/render-scss.js

@ -36,7 +36,7 @@ module.exports = function renderSCSS() { @@ -36,7 +36,7 @@ module.exports = function renderSCSS() {
const entryPoint = `/*!
* Start Bootstrap - ${packageJSON.title} v${packageJSON.version} (${packageJSON.homepage})
* Copyright 2013-${new Date().getFullYear()} ${packageJSON.author}
* Licensed under ${packageJSON.license} (https://github.com/BlackrockDigital/${packageJSON.name}/blob/master/LICENSE)
* Licensed under ${packageJSON.license} (https://github.com/StartBootstrap/${packageJSON.name}/blob/master/LICENSE)
*/
@import "${stylesPath}"
`
Loading…
Cancel
Save