Remove jQuery from docs/repo.
Some of the snippets need to be updated later.
This commit is contained in:
parent
1da5b9f76a
commit
7f7f858cb9
23 changed files with 30 additions and 58 deletions
|
|
@ -17,8 +17,6 @@ const fs = require('fs')
|
|||
const path = require('path')
|
||||
const sh = require('shelljs')
|
||||
|
||||
const pkg = require('../package.json')
|
||||
|
||||
sh.config.fatal = true
|
||||
|
||||
const configFile = path.join(__dirname, '../_config.yml')
|
||||
|
|
@ -39,10 +37,6 @@ const files = [
|
|||
file: 'dist/js/bootstrap.bundle.min.js',
|
||||
configPropertyName: 'js_bundle_hash'
|
||||
},
|
||||
{
|
||||
file: `site/docs/${pkg.version_short}/assets/js/vendor/jquery-slim.min.js`,
|
||||
configPropertyName: 'jquery_hash'
|
||||
},
|
||||
{
|
||||
file: 'node_modules/popper.js/dist/umd/popper.min.js',
|
||||
configPropertyName: 'popper_hash'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue