Skip to content

Commit

Permalink
Merge pull request #11 from brunnolou/responsive-frontend
Browse files Browse the repository at this point in the history
Responsive frontend
  • Loading branch information
brunnolou authored Dec 4, 2017
2 parents 2a7149a + a492847 commit 99e68ef
Show file tree
Hide file tree
Showing 18 changed files with 4,587 additions and 317 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
public/
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"extends": "airbnb-base"
11 changes: 3 additions & 8 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
const del = require("del");
const path = require("path");
const { videosPath } = require("./config.json");
const App = require('./src/');

const videoGlob = path.join(__dirname, videosPath, "*");

del.sync([videoGlob]);

require("./src/");
// Init app.
App();
Loading

0 comments on commit 99e68ef

Please sign in to comment.