Ajout police Sawaasdee, rename js to src
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
<head>
|
||||
<title>Lanceur - Pitaya</title>
|
||||
<link rel="stylesheet" href="css/style.css" />
|
||||
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -20,12 +19,11 @@
|
||||
if(isDev) {
|
||||
// Auto transform JSX
|
||||
require('node-jsx').install({extension: '.js'});
|
||||
// Launch application
|
||||
require('./js/app.js');
|
||||
} else {
|
||||
require('./js-compiled/app.js');
|
||||
}
|
||||
|
||||
// Launch app
|
||||
require('./'+(isDev ? 'src' : 'dist')+'/app.js');
|
||||
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user