|
53749636
|
2022-04-02T18:55:44
|
|
ksh
|
|
982f213c
|
2022-03-28T10:51:42
|
|
Update unknown profile error, closes #23
|
|
dcb95926
|
2022-02-11T23:50:33
|
|
Add overridable cacertfile (#21)
|
|
05f66628
|
2022-01-31T23:05:56
|
|
Update README.md (#20)
Simple version update in the README.
|
|
7cf98c31
|
2022-01-19T15:28:02
|
|
Release v0.4.0
|
|
90d478e5
|
2022-01-19T15:02:52
|
|
Update Sass version to 1.49.0
|
|
2d3c855c
|
2022-01-19T14:58:25
|
|
Update deps for docs
|
|
77159384
|
2022-01-19T14:57:07
|
|
Simplify paths and add target to executables
|
|
0d4aaf98
|
2022-01-19T11:54:24
|
|
Use user cache directory
|
|
158cc2a4
|
2022-01-19T11:44:13
|
|
Support 32bit Linux
|
|
cdde73e8
|
2022-01-19T11:43:39
|
|
Add note about build path fallback to README
|
|
5c988ac0
|
2022-01-19T11:34:43
|
|
Support http/https proxies, closes #10
|
|
f8b88df7
|
2022-01-19T18:36:05
|
|
Add FAQ for Alpine Linux (#14)
* Add FAQ for Alpine Linux
* Update README.md
|
|
bc74d47f
|
2021-11-03T17:01:22
|
|
Delete existing files before copying
|
|
8f893172
|
2021-11-03T16:24:21
|
|
Update Sass to 1.43.4
|
|
b673d274
|
2021-11-03T13:00:22
|
|
Allow dart/sass path to be configured, closes #15
By default the sass snapshot (or executable) and optionally,
depending on the operating system, the Dart VM executable
will be automatically downloaded and installed inside the
`_build` directory of the current app. The paths are now
configurable via the global app configuration.
Additionally we fallback if Mix is not available, such as
inside releases.
|
|
f2be1f0a
|
2021-11-03T18:48:03
|
|
Update to latest release (#17)
|
|
d7958437
|
2021-11-03T18:47:49
|
|
Enabled x86 fallback for "arm" as well. (#18)
This is crazy but I've got to OTP builds here (23 and 24) and one identifies itself as "arm" the other as "aarch64"
* OTP24: `aarch64-apple-darwin20.6.0`
* OTP23: `arm-apple-darwin20.6.0`
to make this fallback work on both I've added "arm" to the list
|
|
c6adf3e6
|
2021-10-04T12:13:57
|
|
Release v0.3.0
|
|
75ab0f06
|
2021-10-04T19:55:55
|
|
Use x64 binary for mac M1 for now (#12)
|
|
e2f48668
|
2021-09-23T09:17:12
|
|
Release v0.2.1
|
|
d796faee
|
2021-09-23T09:17:02
|
|
update more sass versions
|
|
44bc8089
|
2021-09-23T09:15:58
|
|
Add runtime-config flag check to sass.install task
|
|
edc1e995
|
2021-09-21T16:35:38
|
|
Update versions in README
|
|
cad867d6
|
2021-09-21T16:34:52
|
|
Exclude tmp_dir tests on < 1.11
|
|
54a3c60d
|
2021-09-21T16:25:26
|
|
typo
|
|
05816299
|
2021-09-21T16:23:42
|
|
Release v0.2.0
|
|
f037981b
|
2021-09-21T16:19:09
|
|
Update latest sass version to 1.39.0
|
|
81f164ab
|
2021-09-21T16:18:53
|
|
Add compilation test
|
|
404bf17e
|
2021-09-21T15:50:21
|
|
task options
|
|
9a38e3f6
|
2021-09-21T15:50:10
|
|
docs
|
|
ba2896b2
|
2021-09-21T17:36:43
|
|
Provide an option for loading the runtime config (#9)
Do not load the runtime configuration by default. Instead, provide an
option, `--runtime-config`, for loading the runtime configuration.
This mirrors the configuration in `esbuild`.
|
|
19043ba3
|
2021-08-28T13:19:07
|
|
Mix format and clarify install docs
|
|
259ecffd
|
2021-08-28T13:00:33
|
|
Remove qualified calls
|
|
c6150f57
|
2021-08-28T12:54:52
|
|
Check version on --if-missing, closes #5
Co-authored-by: José Valim <jose.valim@dashbit.co>
|
|
eb2c7796
|
2021-08-28T20:24:14
|
|
Update README.md (#4)
|
|
45531d36
|
2021-08-23T18:48:10
|
|
Update version in test assertions
|
|
e8ecb9f5
|
2021-08-23T18:38:55
|
|
Update dart-sass to latest
|
|
2fada186
|
2021-08-23T18:32:30
|
|
Release v0.1.2
|
|
e4fb848c
|
2021-08-23T18:20:13
|
|
Fix target detection on FreeBSD
h/t @julp
See https://github.com/phoenixframework/esbuild/pull/13
|
|
91e0b94e
|
2021-08-23T18:11:45
|
|
Extract archive with charlist cwd option
h/t @michallepicki
See https://github.com/phoenixframework/esbuild/pull/15
|
|
0d48a0e9
|
2021-07-30T15:31:18
|
|
Release v0.1.1
|
|
b4536fc7
|
2021-07-30T15:29:57
|
|
Fix installation path/unzip on windows (#3)
* Fix path to windows .zip archive
* Fix unpacking .zip archive
|
|
2e8eba44
|
2021-07-30T14:29:52
|
|
Wrap sass execution in a bash script to address zombie processes (#1)
* Simplify path functions
* Add wrapper bash script to address zombie processes when --watch is given
|
|
9b0d4c1e
|
2021-07-30T14:23:24
|
|
CI (#2)
Handle redirect to S3 asset manually
|
|
0a5b3317
|
2021-07-29T13:27:25
|
|
Require Elixir 1.10, bump CI cache
We require Elixir 1.10 because it requires OTP 21+ which we need for the
:public_key.pkix_verify_hostname_match_fun function to securely download.
Also updating the cache key. When we need to bump again, simply change to v2, etc.
Co-authored-by: Wojtek Mach <wojtekmach@users.noreply.github.com>
|
|
3dbb571e
|
2021-07-29T13:23:48
|
|
Update Phoenix instructions with version requirements
|
|
f13bae96
|
2021-07-28T16:10:49
|
|
Update recommended args for Phoenix
|
|
0f4b81fc
|
2021-07-25T00:06:33
|
|
Update CHANGELOG
|
|
d0720e61
|
2021-07-25T00:04:46
|
|
Show how to add dart_sass to apps w/ Phoenix
|
|
ed6c81f2
|
2021-07-24T23:58:07
|
|
Fix version
|
|
17bcff28
|
2021-07-24T23:57:52
|
|
Fix installed? check
|
|
30576df2
|
2021-07-24T13:50:38
|
|
Clarify executable paths
|
|
9830a740
|
2021-07-24T13:40:11
|
|
Update commands in README
|
|
d9aa8f50
|
2021-07-23T17:30:58
|
|
install and run dart-sass
|
|
e3304b41
|
2021-07-23T16:29:23
|
|
shoulders of esbuild
|