lib/popcorn: introduce static_files examples
authorAlexandre Terrasa <alexandre@moz-code.org>
Mon, 16 May 2016 19:01:31 +0000 (15:01 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Thu, 19 May 2016 21:33:52 +0000 (17:33 -0400)
commit908505ba67f1801e9d58ef27508a013aeb56e353
treee328ab7655a324193ef8cab4ff152401874f46a5
parent11b096bb935b80ef4b8217511df5a6ec33609b64
lib/popcorn: introduce static_files examples

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
lib/popcorn/examples/static_files/example_static.nit [new file with mode: 0644]
lib/popcorn/examples/static_files/example_static_multiple.nit [new file with mode: 0644]
lib/popcorn/examples/static_files/files/index.html [new file with mode: 0644]
lib/popcorn/examples/static_files/public/css/style.css [new file with mode: 0644]
lib/popcorn/examples/static_files/public/hello.html [new file with mode: 0644]
lib/popcorn/examples/static_files/public/images/trollface.jpg [new file with mode: 0644]
lib/popcorn/examples/static_files/public/js/app.js [new file with mode: 0644]
lib/popcorn/tests/res/test_example_static.res [new file with mode: 0644]
lib/popcorn/tests/res/test_example_static_multiple.res [new file with mode: 0644]
lib/popcorn/tests/test_example_static.nit [new file with mode: 0644]
lib/popcorn/tests/test_example_static_multiple.nit [new file with mode: 0644]