Seperate app in functions, init after var, modules extends module, add default destroy function

This commit is contained in:
Antoine Boulanger
2016-02-29 11:31:31 -05:00
parent c2c01aa14d
commit fa5d7e2754
11 changed files with 344 additions and 108 deletions

View File

@@ -3,28 +3,28 @@
"version": "1.0.0",
"author": "Locomotive <info@locomotive.ca>",
"devDependencies": {
"autoprefixer": "6.3.1",
"babel-preset-es2015": "6.3.13",
"autoprefixer": "6.3.3",
"babel-preset-es2015": "6.5.0",
"babelify": "7.2.0",
"eslint-tap": "1.1.0",
"glob": "6.0.4",
"glob": "7.0.0",
"grunt": "0.4.5",
"grunt-browser-sync": "2.2.0",
"grunt-browserify": "4.0.1",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-concat": "1.0.0",
"grunt-contrib-cssmin": "0.14.0",
"grunt-contrib-jshint": "0.12.0",
"grunt-contrib-uglify": "0.11.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-uglify": "0.11.1",
"grunt-contrib-watch": "0.6.1",
"grunt-csscomb": "3.1.0",
"grunt-eslint": "17.3.1",
"grunt-eslint": "18.0.0",
"grunt-jsonlint": "1.0.7",
"grunt-notify": "0.4.3",
"grunt-phplint": "0.0.8",
"grunt-postcss": "0.7.1",
"grunt-postcss": "0.7.2",
"grunt-sass": "1.1.0",
"grunt-svgmin": "3.1.2",
"grunt-svgstore": "0.5.0",
"grunt-svgstore": "1.0.0",
"load-grunt-tasks": "3.4.0"
}
}