gecko-dev/toolkit/components/microformats/update
Mark Banner a656cedb11 Bug 1341029 - Turn on the ESLint no-undef rule for all of toolkit/. r=jaws
MozReview-Commit-ID: Ed9FfkskDos

--HG--
extra : rebase_source : 6ae47dc76b3ebe77b66725a899d32e728af5d35e
2017-02-20 11:45:58 +00:00
..
package.json Bug 1037483 adopt microformats-shiv for microformats v2 support, r=tantek 2016-01-29 10:58:45 -08:00
readme.txt Bug 1037483 adopt microformats-shiv for microformats v2 support, r=tantek 2016-01-29 10:58:45 -08:00
update.js Bug 1341029 - Turn on the ESLint no-undef rule for all of toolkit/. r=jaws 2017-02-20 11:45:58 +00:00

/*!
	update.js
	
	This node.js script downloads latest version of microformat-shiv and it tests form the authors github repo.
	
	Make sure your have an uptodate copy of node.js on your machine then using a command line navigate the 
	directory containing the update.js and run the following commands: 
	
	$ npm install
	$ node unpdate.js
	
	The script will 
	
	1. Checks the current build status of the project.
	2. Checks the date of the last commit
	3. Downloads and updates the following directories and files:
		* microformat-shiv.js
		* test/lib
		* test/interface-tests
		* test/module-tests
		* test/standards-tests
		* test/static
	4. Adds the EXPORTED_SYMBOLS to the bottom of microformat-shiv.js
	5. Repath the links in test/module-tests/index.html file
	
	
	This will update the microformats parser and all the related tests.
	
		
	
	Copyright (C) 2015 Glenn Jones. All Rights Reserved.
	MIT License: https://raw.github.com/glennjones/microformat-shiv/master/license.txt
	*/