Add some more articles

This commit is contained in:
Daniel Pötzinger
2017-03-31 09:29:15 +02:00
parent ff6b9f3988
commit 733b715156
3 changed files with 3 additions and 3 deletions

View File

@@ -9,4 +9,4 @@ Continuous Integration and Delivery is a critical part of our development and de
Being an important part of each project, the pipeline configuration should be managed as code and rolled out automatically - this also allows us to manage the pipeline itself applying the same standards that apply to application code.
While some teams started using Jenkins' [JobDSL plugin,](https://wiki.jenkins-ci.org/display/JENKINS/Job+DSL+Plugin) others explored the new [Jenkins Pipeline](https://jenkins.io/doc/book/pipeline/) - in both ways, the build artifacts should be published to an artifact repository such as [Artifactory.](/confluence/display/knowledge/Artifactory)
While some teams started using Jenkins' [JobDSL plugin,](https://wiki.jenkins-ci.org/display/JENKINS/Job+DSL+Plugin) others explored the new [Jenkins Pipeline](https://jenkins.io/doc/book/pipeline/) - in both ways, the build artifacts should be published to an artifact repository such as [Artifactory.](/platforms-and-aoe-services/artifactory.html)

View File

@@ -15,7 +15,7 @@ Core features of SASS are:
* Extends: CSS properties can be inherited
* SASS files can be split into modules, which leads to smaller files and better file structures
* Operators: Simple math calculations can be applied to CSS properties
* Easily to integrate in nodejs-environments and build tools such s [NPM](/confluence/display/knowledge/NPM), [Gulp](/confluence/display/knowledge/Gulp) and [Grunt](/confluence/display/knowledge/Grunt).
* Easily to integrate in nodejs-environments and build tools such s [NPM](/tools/npm.html), [Gulp](/tools/gulp.html) and [Grunt](/tools/grunt.html).
SASS has been widely adopted for many years and has evolved to an industry-standard backed by an active community since 2006.

View File

@@ -17,6 +17,6 @@ TypeScript continues to be actively developed by Microsoft and is also well-Inte
The excellent strucure and the possibilities for extension make it a good choice to consider for larger JavaScript projects.
Typescript was the choice for [Angular 2+](/confluence/pages/viewpage.action?pageId=88047913) and one can assume that it will get more traction with the success of Angular 2 in the future.
Typescript was the choice for [Angular 2+](/tools/angular-2.html) and one can assume that it will get more traction with the success of Angular 2 in the future.
There are also projects that support Typescript „code execution“ on the server such as [ts-node](https://www.npmjs.com/package/ts-node).