Grégoire Ciles
f2898c8c8e
Fix invlerp method
2023-11-29 12:27:01 +01:00
Lucas Vallenet
12d65db09f
Reverse aspect-ratio condition
2023-11-29 11:10:32 +01:00
Lucas Vallenet
657fd41f70
Update config functions: alpha parameter for colors, multiplier parameter for spacers
2023-11-21 10:03:17 +01:00
Deven Caron
65c486b910
Update locomotive-scroll to v5.0.0-beta.9
2023-11-15 13:55:25 -05:00
Deven Caron
3d0e4d26a2
Update sass version to 1.69.5
2023-11-15 13:53:04 -05:00
Chauncey McAskill
df1a3a6f3c
Update sass import in styles.js
2023-09-08 17:11:27 -04:00
Lucas Vallenet
7f1b6dad2e
Fix device detection on config.js
2023-09-05 09:40:19 +02:00
Lucas Vallenet
63e46cde26
Comment updates
2023-09-05 09:34:24 +02:00
Lucas Vallenet
6564fb330a
Update eases names to match gsap / Add default vars for z-indexes, timings and eases
2023-09-05 09:31:56 +02:00
Chauncey McAskill
b5753148f1
Improve asset versioning task
...
Add support for "increment" format to increment an integer version number with support for "increment:semver" to increment the build or patch of a SemVer version number.
Usage:
```json
"versions": [
{
"format": "increment",
"key": "version",
"outfile": "assets.json"
}
]
```
```jsonc
{
"version": 16 // → 17
}
```
```json
"versions": [
{
"format": "increment:semver",
"key": "version",
"outfile": "assets.json"
}
]
```
```jsonc
{
"version": "1.0.0" // → 1.0.1
}
```
```jsonc
{
"version": "1.0.0+1" // → 1.0.0+2
}
```
2023-08-14 16:56:01 -04:00
Lucas Vallenet
7b415af8c2
Fix comments
2023-08-14 10:56:14 +02:00
Lucas Vallenet
dc0bc2042c
Create aspect-ratio SCSS mixin polyfill
2023-08-14 10:40:24 +02:00
Chauncey McAskill
e9dbb03207
Fix support for undefined tasks in watch.js
...
Amends 596ff7a8ee
2023-08-10 11:01:50 -04:00
Chauncey McAskill
95caf9ebb5
Replace window.onload with window.addEventListener()
...
Since the `window` can only ever have one `onload` value, if ever a third-party script overwrites this property, the application risks never initializing.
By using `addEventListener('load',…)`, the application's bootstrapping logic is queued and is more likely to be initialized.
2023-08-08 15:34:01 -04:00
Chauncey McAskill
596ff7a8ee
Fix support for undefined tasks
...
For example, if there are no `concats` tasks defined in 'loconfig.json', avoid throwing an error.
2023-08-08 14:49:47 -04:00
Deven Caron
70b36052e6
Merge pull request #154 from locomotivemtl/dependabot/npm_and_yarn/socket.io-parser-4.2.4
...
Bump socket.io-parser from 4.2.2 to 4.2.4
2023-07-31 10:56:07 -04:00
dependabot[bot]
f1e2e2270f
Bump socket.io-parser from 4.2.2 to 4.2.4
...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser ) from 4.2.2 to 4.2.4.
- [Release notes](https://github.com/socketio/socket.io-parser/releases )
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.2...4.2.4 )
---
updated-dependencies:
- dependency-name: socket.io-parser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-31 14:30:51 +00:00
Deven Caron
13735c64f9
Merge pull request #153 from locomotivemtl/feature/update-scroll
...
Update locomotive scroll v5
2023-07-31 10:30:17 -04:00
Deven Caron
659ef3767b
Fix img scroll lazyload $el
2023-07-31 10:29:02 -04:00
Deven Caron
e162af17dd
Update LS styles vendor import
2023-07-31 10:28:35 -04:00
Lucas Vallenet
93559a0c84
Add purgeCSS for .u-padding and .u-margin classes | Disable purge on development
2023-07-10 15:40:56 +02:00
Lucas Vallenet
c1bcf7fb0d
Fix spacing loop
2023-06-16 10:13:10 +02:00
Lucas Vallenet
d0fcfaac86
Add config.spacers and modify spacing function to add breakpoint based spacers.
2023-06-15 17:28:29 +02:00
Lucas Vallenet
4a958c5fb5
Update grid-column loop with config.breakpoints list and media query functions. Add @to-* modifier
2023-06-15 17:28:06 +02:00
Lucas Vallenet
5e7e92c7f5
Rename z-indexes config / Update easing comment / Move font-face include to document.scss
2023-06-12 16:50:40 +02:00
Lucas Vallenet
380fbd40c3
Update comments
2023-06-12 16:21:57 +02:00
Lucas Vallenet
e16ba2ca16
Import locomotive scroll CSS / Removed unused styles (scroll, scorllbar) / Update DOM Markup / Update doc
2023-06-12 09:36:14 +02:00
Lucas Vallenet
43a5eb1ad3
Update locomotive scroll v5
2023-06-08 15:44:35 +02:00
Lucas Vallenet
99801a2d8b
Add dedicated scss config files
2023-06-08 11:48:00 +02:00
Lucas Vallenet
217a1adba7
Merge scss functions / Fix strip-unit
2023-06-08 10:57:59 +02:00
Lucas Vallenet
a11e98e31e
Fix js FONT var error
2023-05-22 09:48:34 +02:00
Deven Caron
6ef90dbe11
Merge pull request #149 from locomotivemtl/dependabot/npm_and_yarn/engine.io-6.4.2
...
Bump engine.io from 6.4.0 to 6.4.2
2023-05-12 10:41:24 -04:00
Deven Caron
6726d665f2
Merge pull request #148 from locomotivemtl/feature/scss-colors
...
Color as list
2023-05-12 10:39:38 -04:00
Deven Caron
dca6c5de1d
Merge branch 'master' into feature/scss-colors
2023-05-12 10:39:10 -04:00
Deven Caron
05a00c4258
Merge pull request #146 from locomotivemtl/feature/css-math
...
Replace fractions with math.div in scss files
2023-05-12 10:36:33 -04:00
Deven Caron
7517be0e76
Merge pull request #147 from locomotivemtl/feature/js-config
...
Feature/js config
2023-05-12 10:36:08 -04:00
dependabot[bot]
dcec21adf4
Bump engine.io from 6.4.0 to 6.4.2
...
Bumps [engine.io](https://github.com/socketio/engine.io ) from 6.4.0 to 6.4.2.
- [Release notes](https://github.com/socketio/engine.io/releases )
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/engine.io/compare/6.4.0...6.4.2 )
---
updated-dependencies:
- dependency-name: engine.io
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-04 01:31:42 +00:00
Lucas Vallenet
297e0b4ec8
Update color function
2023-04-21 11:34:15 +02:00
Lucas Vallenet
9a2083d894
Color as list with function
2023-04-19 15:37:52 +02:00
Lucas Vallenet
1a81c865ae
Config namespaces
2023-04-05 15:06:51 -04:00
Lucas Vallenet
d6b5784cdd
Replace fractions with math.div in scss files
2023-04-05 14:40:28 +02:00
Lucas Vallenet
8894664743
Update js config values and use it within whole app
2023-04-05 12:23:25 +02:00
Deven Caron
8aac2ffea6
Merge pull request #132 from locomotivemtl/feature/build-task-chores
...
Various fixes and changes to build utilities
2023-03-06 09:07:04 -05:00
Chauncey McAskill
349d110dee
Revert merging of usrconfig to use let declaration
2023-03-03 13:13:31 -05:00
Chauncey McAskill
7be5e48f22
Fix import of merge util in 'watch.js'
...
The `merge` function is provided by 'utils/index.js'.
2023-03-03 13:07:47 -05:00
Chauncey McAskill
1ee315663e
Fix glob.js and improve documentation
...
Documented API inconsistencies between supported glob libraries (expected/supported parameters and return types).
Fixed API inconsistencies between 'tiny-glob', 'globby', and 'glob', to match 'fast-glob'.
Fixed broken support for preset options for 'tiny-glob'.
2023-03-03 13:04:22 -05:00
Chauncey McAskill
89bb00790f
Update postcss.js documentation
2023-03-03 13:04:22 -05:00
Chauncey McAskill
9db0c71a82
Move helpers/utils exports to end of file
...
Improves readability by always expecting exports at the end of the file.
2023-03-03 13:04:22 -05:00
Chauncey McAskill
7742bbb9d0
Add block comments to task iteratees
2023-03-03 13:04:22 -05:00
Chauncey McAskill
c9a9209b4b
Refactor build utilities
...
Separated generic functions from build helpers.
Changed:
- Moved 'utils/*.js' to 'helpers/*.js'
- From 'utils/config.js':
- Moved function `merge` to 'utils/index.js'.
- Moved function `isObjectLike` to 'utils/index.js'.
- From 'utils/template.js':
- Moved function `flatten` to 'utils/index.js'.
- Moved function `escapeRegExp` to 'utils/index.js'.
- From 'tasks/styles.js':
- Moved function `createPostCSSProcessor` to 'helpers/postcss.js' as `createProcessor`.
- Replaced function `Object.assign` with `merge` for task options parsing in all tasks.
2023-03-03 13:04:22 -05:00