Chauncey McAskill
590e06fc03
Update NPM dependencies
...
Updated:
- autoprefixer v10.4.12 → v10.4.13
- browser-sync v2.27.10 → v2.27.11
- esbuild v0.14.54 → v0.16.13
- node-sass v7.0.3 → v8.0.0
- postcss v8.4.17 → v8.4.20
2023-01-04 11:01:38 -05:00
Chauncey McAskill
139a6739f6
Update NPM dependencies
...
Updated:
- autoprefixer v10.4.4 → v10.4.12
- browser-sync v2.27.9 → v2.27.10
- esbuild v0.14.27 → v0.14.54
- kleur v4.1.4 → v4.1.5
- postcss v8.4.12 → v8.4.17
- purgecss v4.1.3 → v4.1.3
2022-10-05 12:54:05 -04:00
Deven Caron
ad4a1c7d47
Add PurgeCSS u-gc* tasks
2022-06-06 13:03:06 -04:00
Chauncey McAskill
28aa6c7de6
Update NPM dependencies
...
Resolves #105
Updated:
- autoprefixer v10.4.2 → v10.4.4
- browser-sync v2.27.7 → v2.27.9
- esbuild v0.14.21 → v0.14.27
- postcss v8.4.6 → v8.4.12
2022-03-21 17:24:10 -04:00
Chauncey McAskill
38dd28832e
Update NPM dependencies
...
Resolves #102
Updated:
- esbuild v0.14.14 → v0.14.21
- locomotive-scroll v4.1.3 → v4.1.4
- node-notifier v10.0.0 → v10.0.1
- postcss v8.4.5 → v8.4.6
2022-02-15 09:27:37 -05:00
Chauncey McAskill
9d18205b0f
Update NPM dependencies
...
Updated:
- autoprefixer v10.4.0 → v10.4.2
- esbuild v0.13.12 → v0.14.14
- node-sass v6.0.1 → v7.0.1
- postcss v8.3.11 → v8.4.5
2022-01-28 16:00:57 -05:00
Chauncey McAskill
b19c18b18c
Update NPM dependencies
...
Updated:
- autoprefixer v10.3.7 → v10.4.0
- browser-sync v2.26.13 → v2.27.7
- esbuild v0.13.4 → v0.13.12
- postcss v8.3.9 → v8.3.11
2021-11-03 13:21:11 -04:00
Deven Caron
2316219201
Update Locomotive Scroll package
2021-10-27 10:34:37 -04:00
Chauncey McAskill
e53efd6ebc
Update NPM dependencies
...
Updated:
- autoprefixer v10.3.6 → v10.3.7
- esbuild v0.13.3 → v0.13.4
- postcss v8.3.8 → v8.3.9
Added:
- npm v6.0
2021-10-12 12:52:35 -04:00
Chauncey McAskill
14ec69f26d
Update NPM dependencies
...
Updated:
- autoprefixer v10.3.5 → v10.3.6
- esbuild v0.13.0 → v0.13.3
- postcss v8.3.7 → v8.3.8
2021-10-01 14:12:37 -04:00
Chauncey McAskill
fa8aa98595
Add missing constraints to NPM dependencies
...
Updated:
- locomotive-scroll v4.1.2
- normalize.css v8.0.1
- svg4everybody v2.1.9
2021-10-01 14:04:27 -04:00
Chauncey McAskill
b24b4e10c4
Update NPM manifest
2021-10-01 14:03:41 -04:00
Chauncey McAskill
21f6acf4a6
Update NPM dependencies
...
Updated:
- autoprefixer v10.3.4 → v10.3.5
- esbuild v0.12.28 → v0.13.0
- postcss v8.3.6 → v8.3.7
2021-09-22 13:26:28 -04:00
Chauncey McAskill
d4ded2a64e
Refactor build tasks and config file
...
Changed:
- Renamed 'mconfig.json' to 'loconfig.json'.
- Renamed 'concat.js' to 'concats.js' to represent flexible functionality.
- loconfig.json: Base paths are nested under "paths".
- loconfig.json: Paths for tasks are nested under "tasks".
- Refactored each task to process corresponding entries under "tasks" in 'loconfig.json'.
- watch.js: Changed concats watch to use task's includes.
Added:
- tiny-glob v0.2.9
- Utility 'glob.js' to use dynamic imports to fetch an available glob function from node modules.
- Utility 'template.js' to provide a function to render template tags (`{% ... %}`) in tasks.
- concats.js: Support for concatenating groupes of files.
- scripts.js: Support for ESBuild's "outdir" option.
2021-09-18 01:16:44 -04:00
Chauncey McAskill
b24014d8b1
Add autoprefixer and postcss
...
Added:
- autoprefixer v10.3.4
- postcss v8.3.6
Changed:
- Node Sass options to pass source map to PostCSS.
2021-09-18 01:16:44 -04:00
Chauncey McAskill
5cc8a75866
Update NPM dependencies
...
Added:
- esbuild v0.8.16 → v0.12.28
- kleur v4.1.3 → v4.1.4
- locomotive-scroll v4.0.4 → v4.1.2
- node-notifier v8.0.1 → v10.0.0
- node-sass v5.0.0 → v6.0.1
Removed:
- fs
2021-09-14 18:27:03 -04:00
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