From c5e71173c79825db3135c9ffa2df477b606f602e Mon Sep 17 00:00:00 2001 From: Chris Breiding Date: Thu, 13 Jul 2017 14:38:34 -0400 Subject: [PATCH] runner: prefix output files with cypress_ --- packages/runner/scripts/set-zunder-config.js | 4 ++-- packages/runner/static/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/runner/scripts/set-zunder-config.js b/packages/runner/scripts/set-zunder-config.js index 79c33aa398..f46a421d78 100644 --- a/packages/runner/scripts/set-zunder-config.js +++ b/packages/runner/scripts/set-zunder-config.js @@ -4,8 +4,8 @@ module.exports = function setZunderConfig (zunder) { coffeeCompiler: require('@packages/coffee'), prodDir: 'dist', resolutions: ['react', 'react-dom', 'mobx', 'mobx-react', 'lodash'], - scriptName: 'runner.js', - stylesheetName: 'runner.css', + scriptName: 'cypress_runner.js', + stylesheetName: 'cypress_runner.css', staticGlobs: { 'static/**': '', 'node_modules/font-awesome/fonts/**': '/fonts', diff --git a/packages/runner/static/index.html b/packages/runner/static/index.html index 21c24164ec..dd3cb67b26 100644 --- a/packages/runner/static/index.html +++ b/packages/runner/static/index.html @@ -7,14 +7,14 @@ - +
- +