Skip to content

Conversation

@lydell
Copy link
Collaborator

@lydell lydell commented Sep 3, 2015

The example code in documentation/coffee/.coffee accidentally had duplicate
compiled .js versions committed: Both as documentation/js/
.js and as
documentation/coffee/*.js.

The former is generated when running cake doc:site, while the latter has no
cake task to be generated. Removing the former and then re-compiling index.html
results in all the code examples being missing in the resulting HTML, while
removing the latter makes no difference.

In conclusion, documentation/coffee/*.js must be the unnecessary duplicates.
They are removed by this commit.

The example code in documentation/coffee/*.coffee accidentally had duplicate
compiled .js versions committed: Both as documentation/js/*.js and as
documentation/coffee/*.js.

The former is generated when running `cake doc:site`, while the latter has no
cake task to be generated. Removing the former and then re-compiling index.html
results in all the code examples being missing in the resulting HTML, while
removing the latter makes no difference.

In conclusion, documentation/coffee/*.js must be the unnecessary duplicates.
They are removed by this commit.
@lydell lydell mentioned this pull request Sep 3, 2015
jashkenas added a commit that referenced this pull request Sep 3, 2015
@jashkenas jashkenas merged commit eb6baf2 into jashkenas:master Sep 3, 2015
@lydell lydell deleted the remove-unnecessary-files branch September 3, 2015 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants