Skip to content

Commit 1fac91c

Browse files
committed
chore(cleanup): remove 1.x files
preparing 2.0 release
1 parent 9070536 commit 1fac91c

File tree

17 files changed

+1283
-3026
lines changed

17 files changed

+1283
-3026
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ src/*.map
99
src/*.d.ts
1010

1111
!/release/**/*
12-
!/spec-compliance/**/*
12+
!/demo/**/*

.jshintrc

Lines changed: 0 additions & 65 deletions
This file was deleted.

Gruntfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = function (grunt) {
5959
dev: {
6060
options: {
6161
port: 8000,
62-
open: "http://localhost:8000/spec-compliance/",
62+
open: "http://localhost:8000/demo/",
6363
livereload: 35731,
6464
middleware: function (connect, options, middlewares) {
6565

@@ -90,7 +90,7 @@ module.exports = function (grunt) {
9090
release: {
9191
options: {
9292
port: 8001,
93-
open: "http://localhost:8001/spec-compliance/"
93+
open: "http://localhost:8001/demo/"
9494
}
9595
}
9696
},
@@ -174,7 +174,7 @@ module.exports = function (grunt) {
174174
}
175175
},
176176
resources: {
177-
files: ["src/**/*.css", "spec-compliance/**/*"],
177+
files: ["src/**/*.css", "demo/**/*"],
178178
options: {
179179
debounceDelay: 500,
180180
livereload: 35731

0 commit comments

Comments
 (0)