Skip to content

Instantly share code, notes, and snippets.

View pjanik's full-sized avatar

Piotr Janik pjanik

  • Kraków, Poland
View GitHub Profile
<html>
<body>
<iframe name="my_iframe_name" foo="bar" width="70%" height="150" src="http://fiddle.jshell.net/RWjPD/9/show/light/" allowfullscreen="allowfullscreen" frameborder="1"></iframe>
</body>
</html>
@pjanik
pjanik / gist:3857581
Created October 9, 2012 09:17 — forked from leeoniya/gist:1379478
testing markdown

Adding new module which should be built as a separate library

This involves a few additional steps comparing with adding a single source file.

  1. Create a new directory in src/lab.
  2. Put all related sources there or in src/lab/common (if you think that they are generic enough and may be reused by other modules).
  3. Define module-name.build.js and public-api.js files in your new directory (described below).
  4. Add build routines to the Makefile: