Skip to content

Some changes of project structure

Created by: KozhinM

The PR addresses some of the project structure issues that were discussed at the v2.0 Architectural meeting:

  • long.js and math.js have been removed
  • test folder, Gruntfile.js, .jshintrc, have been moved to root
  • duplicated package.json has been removed from build folder
  • /lib/ has been moved to root from /src/ and renamed into externals

Also some additional changes have been made:

  • Some redundant files have been removed from test folder
  • Readme file has been updated
  • license value in package.json has been updated to avoid a warning message from npm
  • a postinstall script has been added to package.json to generate minified files right after npm install is called. This is necessary because min files have been removed from the repo, so samples won't work w/o these files.
  • adds dist folder to gitignore

Merge request reports