Removed latest.js file
This commit is contained in:
parent
9e7bb7da9d
commit
bdbb29f6fc
|
@ -42,6 +42,7 @@ module.exports = function(grunt) {
|
||||||
// ``packed` for production
|
// ``packed` for production
|
||||||
unpacked: [
|
unpacked: [
|
||||||
"unpacked"
|
"unpacked"
|
||||||
|
"latest.js"
|
||||||
],
|
],
|
||||||
packed: [
|
packed: [
|
||||||
"config",
|
"config",
|
||||||
|
@ -49,7 +50,8 @@ module.exports = function(grunt) {
|
||||||
"extensions",
|
"extensions",
|
||||||
"jax",
|
"jax",
|
||||||
"localization",
|
"localization",
|
||||||
"MathJax.js"
|
"MathJax.js",
|
||||||
|
"latest.js"
|
||||||
],
|
],
|
||||||
// If you don"t need combined configuration files or want to build your own:
|
// If you don"t need combined configuration files or want to build your own:
|
||||||
allConfigs: [
|
allConfigs: [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user