mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-13 05:55:26 +00:00
update
This commit is contained in:
12
node_modules/bs-recipes/recipes/server/app.js
generated
vendored
Normal file
12
node_modules/bs-recipes/recipes/server/app.js
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Require Browsersync
|
||||
*/
|
||||
var browserSync = require('browser-sync');
|
||||
|
||||
/**
|
||||
* Run Browsersync with server config
|
||||
*/
|
||||
browserSync({
|
||||
server: "app",
|
||||
files: ["app/*.html", "app/css/*.css"]
|
||||
});
|
Reference in New Issue
Block a user