mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 05:31:41 +00:00
update
This commit is contained in:
14
node_modules/browser-sync-ui/templates/config.tmpl
generated
vendored
Normal file
14
node_modules/browser-sync-ui/templates/config.tmpl
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
/**
|
||||
* This file is generated automatically at run time by the Browsersync UI
|
||||
*/
|
||||
(function (angular) {
|
||||
|
||||
angular.module("BrowserSync")
|
||||
|
||||
.config(["$routeProvider", "$locationProvider", function ($routeProvider) {
|
||||
$routeProvider%when%
|
||||
}])
|
||||
|
||||
.value("pagesConfig", %pages%);
|
||||
|
||||
})(angular);
|
Reference in New Issue
Block a user