Merge pull request #272 from westlywright/master

Add zoom.ts
This commit is contained in:
Westly Wright
2018-06-08 16:26:35 -07:00
committed by GitHub
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -22,4 +22,4 @@ Rancher provides an intuitive user interface for DevOps engineers to manage thei
The following figure illustrates the role Rancher plays in IT and DevOps organizations. Each team deploys their applications on the public or private clouds they choose. IT administrators gain visibility and enforce policies across all users, clusters, and clouds.
![Platform]({{< baseurl >}}/img/rancher/platform.png)
{{< zoom-img src="img/rancher/platform.png" alt="Platform">}}
+1 -1
View File
@@ -103,7 +103,7 @@ gulp.task('sass', () => {
.pipe(gulp.dest('static/css'));
});
const vendors = ['ml-stack-nav', 'lory.js', 'tingle.js', 'moment', 'jquery'];
const vendors = ['zoom.ts', 'ml-stack-nav', 'lory.js', 'tingle.js', 'moment', 'jquery'];
gulp.task('build:vendor', () => {
const b = browserify();
+2 -1
View File
@@ -35,7 +35,8 @@
"rancher-website-theme": "https://github.com/rancherlabs/website-theme.git",
"run-sequence": "^2.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
"vinyl-source-stream": "^2.0.0",
"zoom.ts": "^8.0.0"
},
"babel": {
"presets": [
+2 -1
View File
@@ -3,7 +3,8 @@
// 7. node
@import
'~tingle.js/src/tingle',
'~ml-stack-nav/src/ml-stack-nav';
'~ml-stack-nav/src/ml-stack-nav',
'~zoom.ts/dist/zoom';
// 1. Configuration and helpers
@import