1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-30 09:13:16 +00:00
TiddlyWiki5/plugins/tiddlywiki/jasmine/files/tiddlywiki.files
Jermolene f6ff0a7f71 Deprecate $:/tags/stylesheet in favour of $:/tags/Stylesheet
A warning message appears at the top of the story river if any
`$:/tags/stylesheet` tags are found.

Fixing the first half of #824
2014-09-10 09:13:21 +01:00

36 lines
882 B
Plaintext

{
"tiddlers": [
{
"file": "jasmine-html.js",
"fields": {
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/jasmine/jasmine-html.js",
"module-type": "library",
"global-module": "true"
}
},{
"file": "jasmine.css",
"fields": {
"type": "text/css",
"title": "$:/plugins/tiddlywiki/jasmine/jasmine.css",
"tags": "[[$:/tags/Stylesheet]]"
}
},{
"file": "jasmine.js",
"fields": {
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/jasmine/jasmine.js",
"module-type": "library"
},
"prefix": "var window = undefined; /* Prepended to the main jasmine source file to force it into commonjs mode */\n"
},{
"file": "reporter.js",
"fields": {
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/jasmine/reporter.js",
"module-type": "library"
}
}
]
}