Skip to content
Snippets Groups Projects
Commit 726de977 authored by Christopher Willis-Ford's avatar Christopher Willis-Ford
Browse files

Standardize repository settings

Add missing file types to `.gitattributes`.
Use `node` instead of deprecated `stable` version specifier for Travis.
Set dev tool to `cheap-module-source-map`.
parent 18e8f89a
Branches
Tags
No related merge requests found
......@@ -14,9 +14,11 @@
*.js text eol=lf
*.js.map text eol=lf
*.json text eol=lf
*.jsx text eol=lf
*.md text eol=lf
*.vert text eol=lf
*.xml text eol=lf
*.yml text eol=lf
# Prefer LF for these files
.editorconfig text eol=lf
......
language: node_js
node_js:
- '4.2'
- 'stable'
- 'node'
cache:
directories:
- node_modules
......
......@@ -16,6 +16,7 @@ module.exports = {
host: '0.0.0.0',
port: process.env.PORT || 8601
},
devtool: 'cheap-module-source-map',
entry: {
lib: ['react', 'react-dom'],
gui: './src/index.jsx'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment