Commit Graph

23 Commits

Author SHA1 Message Date
Craig Barr
325ba4aace
Fixed README that references an old file that does not exist in this repository
Changed to reference `cheese.yml`

To prevent the following undesirable outcome for anyone playing along at home
```
spectacle -d -l test/fixtures/cheese.png test/fixtures/cheese.json
fs.js:663
  return binding.open(pathModule.toNamespacedPath(path),
                 ^

Error: ENOENT: no such file or directory, open '/usr/local/lib/node_modules/spectacle-docs/test/fixtures/cheese.json'
  at Object.fs.openSync (fs.js:663:18)
  at Object.fs.readFileSync (fs.js:568:33)
  at Object.fetchReference (/usr/local/lib/node_modules/spectacle-docs/app/lib/resolve-references.js:66:16)
  at loadData (/usr/local/lib/node_modules/spectacle-docs/index.js:55:76)
  at module.exports (/usr/local/lib/node_modules/spectacle-docs/index.js:59:70)
  at Object.<anonymous> (/usr/local/lib/node_modules/spectacle-docs/bin/spectacle.js:39:1)
  at Module._compile (module.js:660:30)
  at Object.Module._extensions..js (module.js:671:10)
  at Module.load (module.js:573:32)
  at tryModuleLoad (module.js:513:12)
  at Function.Module._load (module.js:505:3)
  at Function.Module.runMain (module.js:701:10)
  at startup (bootstrap_node.js:193:16)
  at bootstrap_node.js:617:3
```
2018-08-22 04:53:18 +10:00
Kam Low
c448c63485 Update Grunt dependencies 2018-07-02 02:25:14 +02:00
Sergey Chursin
c88e0f0e20 development mode with live reload support 2018-03-23 14:16:19 +03:00
Kam
c78cf37606 Fix rendering of remote file references 2018-03-20 10:27:11 +01:00
qinfeng
9cc8391048 fix typo in README.md 2017-10-25 14:08:45 +08:00
Kam Low
fffa662538 Merge pull request #41 from CodeLenny/remote-schema-reference
Added support for referencing remote schemas
2017-06-11 15:27:16 +02:00
Kam Low
886c65dda4 Fix #50 add Docker section to README 2017-04-22 14:44:13 +02:00
Ryan Leonard
e3a1aa9c08 Added documentation about testing. 2017-03-23 10:37:04 -04:00
Kam
f3c620f783 Update tests target 2016-12-20 00:48:53 +01:00
Kam
3c4fdf2128 Update README 2016-12-20 00:41:25 +01:00
Kam
ccc71a2cf9 Update README 2016-12-19 22:51:49 +01:00
Kam
9496d350cf Update README 2016-12-19 22:46:57 +01:00
Kam
0c3527d8d6 Update documentation 2016-12-19 22:44:55 +01:00
Kam
1147af2cf1 Update README 2016-12-04 00:17:06 +01:00
Kam
58f78dd6f0 Update README 2016-12-04 00:10:16 +01:00
Kam
b49ac7059f Add screenshot to README
Remove max-width CSS definition
2016-12-03 23:56:28 +01:00
Kam
9aa4c62c7f Update documentation 2016-06-04 14:57:47 +10:00
Kam
62532efa0a Add custom logo support
Improve documentation
2016-02-07 14:28:19 +10:00
Kam
bf38d7bba8 Update documentation 2016-01-18 23:42:27 +10:00
Kam
b1b7e9802c Handle empty host
Handle empty tag documentation
Update documentation
2016-01-15 16:50:15 +10:00
Kam
14a7085cd7 Update examples 2016-01-13 13:50:15 +10:00
Kam
1d0bba8de6 Update documentation 2016-01-12 20:47:23 +10:00
Kam
48905fae4a Initial commit 2016-01-12 20:38:19 +10:00