@juristr/nx-tailwind-sync 0.0.8-beta.2 → 0.0.8-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/generators/{tailwind-source-directives.d.ts → source-directives.d.ts} +1 -1
- package/dist/generators/source-directives.d.ts.map +1 -0
- package/generators.json +2 -2
- package/package.json +1 -1
- package/dist/generators/tailwind-source-directives.d.ts.map +0 -1
- /package/dist/generators/{tailwind-source-directives.js → source-directives.js} +0 -0
package/README.md
CHANGED
|
@@ -48,7 +48,7 @@ Register the sync generator on tasks that need it (e.g., `build`, `dev`):
|
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
|
50
50
|
"build": {
|
|
51
|
-
"syncGenerators": ["@juristr/nx-tailwind-sync:
|
|
51
|
+
"syncGenerators": ["@juristr/nx-tailwind-sync:source-directives"]
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
}
|
|
@@ -3,4 +3,4 @@ import { SyncGeneratorResult } from 'nx/src/utils/sync-generators';
|
|
|
3
3
|
import { UpdateTailwindGlobsGeneratorSchema } from './schema';
|
|
4
4
|
export declare function updateTailwindGlobsGenerator(tree: Tree, options?: UpdateTailwindGlobsGeneratorSchema): Promise<SyncGeneratorResult>;
|
|
5
5
|
export default updateTailwindGlobsGenerator;
|
|
6
|
-
//# sourceMappingURL=
|
|
6
|
+
//# sourceMappingURL=source-directives.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"source-directives.d.ts","sourceRoot":"","sources":["../../src/generators/source-directives.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EAIL,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAEnE,OAAO,EAAE,kCAAkC,EAAE,MAAM,UAAU,CAAC;AAwP9D,wBAAsB,4BAA4B,CAChD,IAAI,EAAE,IAAI,EACV,OAAO,GAAE,kCAAuC,GAC/C,OAAO,CAAC,mBAAmB,CAAC,CAmC9B;AAED,eAAe,4BAA4B,CAAC"}
|
package/generators.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"generators": {
|
|
3
|
-
"
|
|
4
|
-
"factory": "./dist/generators/
|
|
3
|
+
"source-directives": {
|
|
4
|
+
"factory": "./dist/generators/source-directives",
|
|
5
5
|
"schema": "./dist/generators/schema.json",
|
|
6
6
|
"description": "Nx Sync generator to update @source directives in CSS files for Tailwind v4 monorepos"
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tailwind-source-directives.d.ts","sourceRoot":"","sources":["../../src/generators/tailwind-source-directives.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EAIL,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAEnE,OAAO,EAAE,kCAAkC,EAAE,MAAM,UAAU,CAAC;AAwP9D,wBAAsB,4BAA4B,CAChD,IAAI,EAAE,IAAI,EACV,OAAO,GAAE,kCAAuC,GAC/C,OAAO,CAAC,mBAAmB,CAAC,CAmC9B;AAED,eAAe,4BAA4B,CAAC"}
|
|
File without changes
|