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