You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/2022-01-10.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: "Netcentric's coding and style rules for Stylelint"
2
+
title: "Cognizant Netcentric's coding and style rules for Stylelint"
3
3
date: 2022-01-10T15:28:43+06:00
4
4
draft: false
5
5
author:
@@ -10,9 +10,9 @@ type: "post"
10
10
11
11
We have recently released a [new open source project](https://github.com/Netcentric/stylelint-config) for all those frontend heroes out there 🎉
12
12
13
-
At Netcentric we use [Stylelint](https://stylelint.io/) to ensure code quality amongst all projects when it comes to writing CSS, [SASS](https://sass-lang.com/), or [PostCSS](https://postcss.org/).
13
+
At Cognizant Netcentric we use [Stylelint](https://stylelint.io/) to ensure code quality amongst all projects when it comes to writing CSS, [SASS](https://sass-lang.com/), or [PostCSS](https://postcss.org/).
14
14
15
-
We have defined a set of rules as standards for all projects. Upon starting a new project the Tech Lead in charge of creating the frontend build will include this styling configuration. Hence, inheriting the Netcentric code style guidelines. And now, so can you!
15
+
We have defined a set of rules as standards for all projects. Upon starting a new project the Tech Lead in charge of creating the frontend build will include this styling configuration. Hence, inheriting the Cognizant Netcentric code style guidelines. And now, so can you!
16
16
17
17
If you don't know how, we've written a [Readme.md](https://github.com/Netcentric/stylelint-config/blob/main/README.md) for you to get started.
Copy file name to clipboardExpand all lines: content/blog/2022-05-06.md
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: "Netcentric FE Build v2.0.0"
2
+
title: "Cognizant Netcentric FE Build v2.0.0"
3
3
date: 2022-05-06T08:00:00+06:00
4
4
draft: false
5
5
author:
@@ -8,7 +8,7 @@ author:
8
8
type: "post"
9
9
---
10
10
11
-
We are proud to announce the release of a major version of the [Netcentric FE Build](https://github.com/netcentric/fe-build/), an all-in-one solution for building modern frontend projects, with special focus on [AEM](https://business.adobe.com/products/experience-manager/adobe-experience-manager.html) (Adobe Experience Manager).
11
+
We are proud to announce the release of a major version of the [Cognizant Netcentric FE Build](https://github.com/netcentric/fe-build/), an all-in-one solution for building modern frontend projects, with special focus on [AEM](https://business.adobe.com/products/experience-manager/adobe-experience-manager.html) (Adobe Experience Manager).
12
12
13
13
The FE Build is a public [npm module](https://www.npmjs.com/package/@netcentric/fe-build) that can be integrated in any project running AEM in order to lint the source files, to compile [SASS](https://sass-lang.com/) and run [PostCSS](https://postcss.org/) plugins on it (like [Autoprefixer](https://github.com/postcss/autoprefixer)), to transpile (and polyfill if needed) ECMAScript 2016+ code into ES5, and to automatically create [clientLibs](https://experienceleague.adobe.com/docs/experience-manager-64/developing/introduction/clientlibs.html?lang=en) from the source files to embed the optimized code.
14
14
@@ -21,12 +21,15 @@ This release contains breaking changes. We know these can be disruptive, but the
21
21
[Stylelint v14](https://stylelint.io/migration-guide/to-14/) does not no longer includes the syntaxes that parse CSS-like languages like SCSS. You will need to install and configure these syntaxes in your project. We recommend extending a shared config like [@netcentric/stylelint-config](https://github.com/Netcentric/stylelint-config) that includes the appropriate syntax to lint SCSS.
@@ -50,5 +54,4 @@ Then, update your [Stylelint configuration object]((https://stylelint.io/user-gu
50
54
51
55
## About Netcentric Open Source Projects
52
56
53
-
The FE Build, as other projects in the [Netcentric open source space](https://github.com/Netcentric), is the result of the effort of your colleagues at Netcentric. Anyone can be part of it and help to make it better. If you find an issue, please don't hesitate and [open an issue](https://github.com/Netcentric/fe-build/issues) in Github. Or, even better, open a pull request and start [contributing](https://github.com/Netcentric/fe-build/blob/main/docs/CONTRIBUTING.md) to our open source projects ❤️.
54
-
57
+
The FE Build, as other projects in the [Cognizant Netcentric open source space](https://github.com/Netcentric), is the result of the effort of your colleagues at Cognizant Netcentric. Anyone can be part of it and help to make it better. If you find an issue, please don't hesitate and [open an issue](https://github.com/Netcentric/fe-build/issues) in Github. Or, even better, open a pull request and start [contributing](https://github.com/Netcentric/fe-build/blob/main/docs/CONTRIBUTING.md) to our open source projects ❤️.
0 commit comments