GitHub user kingnebby opened a pull request:
https://github.com/apache/cordova-lib/pull/22
Add platform 'web server' to cordova
[CB-661](https://issues.apache.org/jira/browse/CB-6661)
My team and I are finding it very useful to have a web server set up as a
native platform. This is not just used for testing but also as a production
front end for our application. This allows the same UI across all clients of
the app and gives inspiring features to a native web server.
Note: I need to update the .gitignore and revert the readme.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/CollinearGroup/cordova-lib master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-lib/pull/22.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #22
----
commit 8f5dbe9254adf80a46489a36c1313077c515477a
Author: kingnebby <[email protected]>
Date: 2014-05-13T19:06:50Z
Update readme and add gitignore
commit 41062727f3ffee4ade9082734bdce50353065251
Author: kingnebby <[email protected]>
Date: 2014-05-13T19:07:26Z
add gitignore
commit e6c62a3ed4afd0c07045ae1c3a61543c1a625a7a
Author: kingnebby <[email protected]>
Date: 2014-05-13T22:14:33Z
Add web server test to ensure dir existance and package name.
Add projects/ dir with sample info for use in tests.
Update platforms.js to include the web-server platform.
Created the actual web server platform skeleton.
commit 7ce97e3522da7fb8fa38d9d230450c14e920d6a9
Author: kingnebby <[email protected]>
Date: 2014-05-15T00:19:19Z
Add special case in lazy load for our repos. Add our platform definition
and tag information. This does not run yet due to the web_server_parser missing.
commit 8b73b44d30280b4cc25e2c6fbaacfe1fd5a46a00
Author: kingnebby <[email protected]>
Date: 2014-05-15T00:39:20Z
Add minimalistic, untesting web_server_parser and web_server_parser.spec.
This project now passes the inital check but has no scripts to create the
project directorys.
Update platforms.js comments.
commit 4b5d0752f2aa744638c0e7afa4d0186708a2fb39
Author: kingnebby <[email protected]>
Date: 2014-05-15T20:09:50Z
Add the basic functions that seem to be needed to allow a platform parser
to run.
Add a basic test to ensure that the constructor and update_from_config
methods are working
as expected.
commit b802cbd4cd077b4803bd0f4a45cb81694afe8669
Author: kingnebby <[email protected]>
Date: 2014-05-16T21:09:35Z
Rename files to correct bad references.
Fix constructor to ensure correct project path. Add docs. Implement the
config_xml method and cordovajs_path to be basic. Add verbose statements to
help with debugging because I'm too lazy to figure out how to get sublimetext
to do javascript debugging.
commit 0127abb1a696c9165c5a821d203057fb7eae5bc8
Author: kingnebby <[email protected]>
Date: 2014-05-16T23:50:34Z
Change to point to platform_www for package information and reduced some
irrelevant method complexity
commit a0d654a6d40498b12ca864e208940fee691aae2c
Author: kingnebby <[email protected]>
Date: 2014-06-02T21:02:13Z
Merge remote-tracking branch 'upstream/master'
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---