OiWorld / MindTheWord

An extension for Google Chrome that helps people learn new languages while they browse the web.
43 stars 47 forks source link

dist folder #120

Closed ankit-m closed 8 years ago

ankit-m commented 8 years ago

Adding distribution folder and related gulp tasks. This folder will contain the final minified code which should be used for deployment.

Note: You can use the code in this folder without installing any of npm or jspm dependencies.

To create a new distribution copy. Run

gulp build

This will clean the dist folder and put in the new compressed code.

ceilican commented 8 years ago

Thanks, Ankit! Could you rebase this PR to make it automatically mergeable?

ceilican commented 8 years ago

Also, could you add the instruction about "gulp build" to CONTRIBUTE.md (or some other file, if you find it more appropriate)?

ankit-m commented 8 years ago

@Ceilican I have made the changes in CONTRIBUTE.md

ceilican commented 8 years ago

Thanks!