1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00
Commit Graph

19 Commits

Author SHA1 Message Date
Chauncey McAskill
79219e0659 Updated EditorConfig Recommendations
Applied 4-spaces for everything as per: https://locomotivemtl.teamwork.com/tasks/7113032
2016-09-07 18:30:36 -04:00
dominiclord
bf0c7e148c Adding commonly used scrollTo + cleaning up utils + cleaning up globals 2016-07-19 10:21:09 -04:00
dominiclord
7190a7dccb Adding Babel transform for <= IE10 ES6 support 2016-07-14 14:41:30 -04:00
Antoine Boulanger
b87637a5c6 Update jQuery to 3.0.0 2016-06-30 16:38:27 -04:00
Antoine Boulanger
9138e1ee52 Move svg4everybody to NPM 2016-06-30 16:38:27 -04:00
dominiclord
bb757a22f6 Reworking page visibility API + Adding more utils 2016-05-19 13:37:19 -04:00
dominiclord
b2abd51191 Testing addition of pseudo page visibility API 2016-05-18 23:58:08 -04:00
dominiclord
f07a6aba23 Restructuring of scripts for better use of ES6 concepts
- Optimized use of common properties (, , ...)
- Dispatching events in an attempt to de-globalize certain variables used in the past
- Attempt to organize files in a more logical manner
2016-05-18 23:12:36 -04:00
dominiclord
09016521ed Code style cleanup + Testing event dispatching between modules 2016-04-04 21:31:15 -04:00
Antoine Boulanger
061380abf9 Update normalize + jquery 2016-03-22 15:31:37 -04:00
Antoine Boulanger
9ccc53de8a Move src assets files out of dist folder, clean up grunt and related files, separate functions and mixins scss... 2016-03-11 11:02:59 -05:00
beneroch
813ca8378e Moved curly braces 2016-03-11 09:47:43 -05:00
beneroch
f118cda66e Antoine était pressé 2016-03-09 13:22:19 -05:00
Antoine Boulanger
fa5d7e2754 Seperate app in functions, init after var, modules extends module, add default destroy function 2016-02-29 11:31:31 -05:00
Antoine Boulanger
8ce1de6d0a Remove templates js, remove modules prefix, add globals module, rename svg sprite, update jquery, add svg4everybody, fix grunt tasks 2016-02-16 14:34:11 -05:00
dominiclord
3506a95ee9 Reworked modules a bit:
- Element containing the module becomes a default parameter
- Different modules can share the same containing element ()
2016-01-28 14:42:59 -05:00
Quentin Hocdé
041157db10 Merge branch 'master' of https://github.com/locomotivemtl/locomotive-boilerplate into es5-to-es6
# Conflicts:
#	Gruntfile.js
#	grunt_tasks/browserSync.js
#	grunt_tasks/jshint.js
#	grunt_tasks/phplint.js
#	grunt_tasks/postcss.js
#	grunt_tasks/svgstore.js
#	grunt_tasks/watch.js
#	www/assets/scripts/dist/app.js
#	www/assets/scripts/src/app.js
#	www/assets/scripts/src/app/globals.js
#	www/assets/scripts/src/templates/Generic.js
#	www/assets/scripts/src/templates/generic.js
#	www/assets/scripts/src/widgets/generic.js
#	www/modules/boilerplate/assets/scripts/src/templates/generic.js
2016-01-26 14:35:00 -05:00
Quentin Hocdé
e5d1f0791b ES6 without charcoal BIG UPDATE 2016-01-26 13:36:46 -05:00
dominiclord
b012a7a991 Charcoal Boilerplate -> Locomotive front-end boilerplate
- Removing Charcoal files and configuration to be backend agnostic (therefore moving the assets)
- Using HTML5 Boilerplate .htaccess to which framework specific rules can be added later on
- Updating README with more information and documentation on the boilerplate
2015-12-07 10:35:27 -05:00