Moving interactive examples to jsfiddle.net

This commit is contained in:
Yury Delendik 2017-02-07 13:11:18 -06:00
parent d7cb46dafc
commit fd4428136b
3 changed files with 23 additions and 3 deletions

View file

@ -119,7 +119,6 @@ target.web = function() {
cp(CHROME_BUILD_DIR + '/*.crx', FIREFOX_BUILD_DIR + '/*.rdf',
GH_PAGES_DIR + EXTENSION_SRC_DIR + 'chromium/');
cp('-R', 'test/features', GH_PAGES_DIR);
cp('-R', 'examples/learning', GH_PAGES_DIR + '/examples/');
cp('-R', JSDOC_DIR + '/*', GH_PAGES_DIR + '/api/draft/');
var wintersmith = require('wintersmith');