Skip to content

Commit

Permalink
Merge pull request #1 from indigotree/master
Browse files Browse the repository at this point in the history
pull latest update
  • Loading branch information
taivu authored Jan 16, 2018
2 parents cad59ec + 16e6a81 commit fcc0518
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ gulp.task('server', ['build'], () => {
browserSync.init({
server: {
baseDir: 'public'
}
},
open: false
})
$.watch('src/sass/**/*.scss', () => gulp.start('sass'))
$.watch('src/js/**/*.js', () => gulp.start('js-watch'))
Expand Down
4 changes: 2 additions & 2 deletions static/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

<title>Content Manager</title>

<link rel="stylesheet" href="https://unpkg.com/netlify-cms@~0.5/dist/cms.css" />
<link rel="stylesheet" href="https://unpkg.com/netlify-cms@~0.6/dist/cms.css" />

</head>
<body>

<script src="https://unpkg.com/netlify-cms@~0.5/dist/cms.js"></script>
<script src="https://unpkg.com/netlify-cms@~0.6/dist/cms.js"></script>

</body>
</html>

0 comments on commit fcc0518

Please sign in to comment.