Commit Graph

40 Commits

Author SHA1 Message Date
Chauncey McAskill
1203e54277 Constrain Node to v14.17 2021-09-14 18:20:45 -04:00
dependabot[bot]
c94f7ca88e Bump node-notifier from 8.0.0 to 8.0.1
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases)
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md)
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-05 14:45:26 +00:00
Quentin Hocdé
ad81a8e97f Update package.json node version 2021-03-05 09:25:16 -05:00
Quentin Hocdé
65d1ead6e7 Fix indentation mconfig and packages 2021-03-05 09:19:42 -05:00
Quentin Hocdé
f15ec08784 Update notification + add built time + add nvmrc 2020-12-11 10:41:07 -05:00
Quentin Hocdé
2e7bb3b482 Update tasks - remove gulp (replaced by node scripts, working with mconfig) + esbuild (no more es5 support) + add critical css in config file 2020-11-27 16:01:54 -05:00
Antoine Boulanger
6ae89d6621 Add npm scripts to run gulp tasks, update readme to remove gulp global dependency 2020-05-27 10:28:39 -04:00
Antoine Boulanger
47b667bd95 Remove vs from package.json 2019-10-17 09:04:35 -04:00
Antoine Boulanger
3ed1175aaf Change loco-scroll version in package.json and add uppercase to import, add forEach to polyfill 2019-08-08 11:18:18 -04:00
Antoine Boulanger
d166261d0a Add loco scroll v2, update load module and app, update html, add nomodule polyfills script tags 2019-05-23 10:06:45 -04:00
Antoine Boulanger
88aa667090 Start adding modularjs & modularload, start updating readme, update html files, change jquery cdn, remove IE from babelrc 2019-03-24 17:15:47 -04:00
Antoine Boulanger
7b1d79b3ec Add IE 11 babel polyfill 2019-02-05 10:55:03 -05:00
Antoine Boulanger
f762a9141d Import normalize.css via npm for latest version 2019-02-01 09:31:46 -05:00
Deven Caron
ab934e7bda removed locomotive-scroll deven-add-scroll branch (package.json) 2018-10-18 09:41:50 -04:00
Deven Caron
70bd5e8615 changed github package link 2018-10-17 11:44:55 -04:00
Deven Caron
8a069e52bc added smooth-scrollbar to dependencies 2018-10-17 10:53:56 -04:00
Deven Caron
c7c22d8e8e added locomotive-scroll as dependencies, gulp-copy task WIP 2018-10-16 17:20:21 -04:00
Antoine Boulanger
f577e7aa92 Change grunt for gulp 2018-09-05 14:21:37 -04:00
Quentin Hocdé
44afc4c968 replace barba -> pjax package.json 0.0.0 2018-01-31 15:53:04 -05:00
Quentin Hocdé
43f887cb3a update babel-preset to -env 2018-01-08 11:11:36 -05:00
Julien Martins Da Costa
d9d12b2d5f Fix: Cannot find module babel-core 2017-10-31 10:04:34 -04:00
Antoine Boulanger
f32f111836 Add version 0 to package.json for update 2017-03-22 12:06:25 -04:00
Dominic Lord
a1695c499f Split dependencies into different concerns + add barba 2017-03-02 08:52:19 -05:00
Julien Martins Da Costa
8e886933ac Add babel-plugin-transform-export-extensions package 2016-12-19 09:58:05 -05:00
Chauncey McAskill
57368f164a Modified NPM Manifest
Changes:
- Replace “0.0.0” with “” as per NPM documentation to (matches any version);
- Moved SVG4Everybody from “devDependencies” tp “dependencies”;
2016-12-18 14:16:17 -05:00
Julien Martins Da Costa
05386df953 Add babel-plugin-transform-export-extensions package 2016-11-22 14:51:33 -05:00
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
Chauncey McAskill
a0f74506d2 Added 'grunt-svg-sprite' plugin
The plugin replaces 'svgmin' and 'svgstore' with an all-in-one and highly flexible solution for managing SVG assets.

Changes:
- Deleted 'assets/images/sprite/', SVG images can live anywhere within the source image directory;
- When compiled to 'www/assets/images/sprite.svg', the plugin generates an HTML file in 'assets/images/sprite.symbol.html' that serves as an index of the spritesheet's contents;
- A separator ("--") is used when traversing a directory structure for the symbol ID (e.g, 'sprite.svg#icons--social--twitter');
2016-08-22 09:33:07 -04:00
dominiclord
7190a7dccb Adding Babel transform for <= IE10 ES6 support 2016-07-14 14:41:30 -04:00
Antoine Boulanger
00909c7a1f Remove package.json versions 2016-06-30 16:39:51 -04:00
Chauncey McAskill
0c144b24f0 Updated NPM Manifest 2016-06-21 14:12:20 -04:00
Chauncey McAskill
a4c1721e74 Added 'load-grunt-config' plugin
The plugin replaces the custom 'loadConfig()' function with a more robust and extensible solution.

It handles 'grunt.initConfig()' and 'load-grunt-tasks'.

Changes:
- Moved Grunt task configurations into a 'config/' sub-directory to allow room for custom plugins, modules, and tasks to be defined without being included by the config-loader;
- Updated '.eslintrc' to better lint module-based JS;
- Updated EditorConfig recommendations;
2016-04-11 16:08:58 -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
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
Quentin Hocdé
e5d1f0791b ES6 without charcoal BIG UPDATE 2016-01-26 13:36:46 -05:00
dominiclord
39d10692b3 Proceeding with ES6 modules (with the help of Browserify)
- Added necessary grunt tasks and npm packages
- Concept of Global functions to be revised
2015-12-08 12:35:32 -05:00
dominiclord
581da4d658 Testing ES6 2015-12-07 16:50:04 -05:00
Antoine Boulanger
6c94f0b786 Remove contributors 2015-09-30 14:46:53 -04:00
Antoine Boulanger
0f7a40b936 Simpler grid, better headings, some tools, clean stuff 2015-09-30 14:39:40 -04:00
Antoine Boulanger
842efd2e00 Move grunt + other stuff to root + update all tasks paths, change autoprefixer-core for autoprefixer 2015-09-10 14:59:43 -04:00