Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Support Web IDE Library file structure. #9

Closed
technobly opened this issue Nov 11, 2014 · 1 comment
Closed

Support Web IDE Library file structure. #9

technobly opened this issue Nov 11, 2014 · 1 comment

Comments

@technobly
Copy link

Had an issue where a user was compiling a project that contained a Spark Library... which had a lib/ subfolder full of source and header files.
http://community.spark.io/t/spark-dev-editor-problem/8009

It would be great to support this file structure natively so users do not have to manage two different sets of files. However some Spark Libraries contain multiple examples, so this may not be completely possible. At the lease we should ignore the config files (spark.json, readme.md, etc..), and support subdirectories.

@suda
Copy link
Contributor

suda commented Nov 12, 2014

We have two kinds of problems here:

  1. Supporting nested directories in projects
  2. Ability to specify entry point.

First one can be easily fixed (I'll get on that) but second one is more complicated, so I propose to move discussion about it to #14

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants