mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
resolving merge conflict
This commit is contained in:
commit
f96ec92df6
2
.gitignore
vendored
2
.gitignore
vendored
@ -14,4 +14,4 @@ results
|
|||||||
node_modules
|
node_modules
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
|
||||||
build/
|
build/app.js
|
||||||
|
@ -14,7 +14,7 @@ Getting started
|
|||||||
git clone git@bitbucket.org:ascribe/onion.git
|
git clone git@bitbucket.org:ascribe/onion.git
|
||||||
cd onion
|
cd onion
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run watch
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
0
build/.keep
Normal file
0
build/.keep
Normal file
19935
build/bundle.js
Normal file
19935
build/bundle.js
Normal file
File diff suppressed because one or more lines are too long
@ -11,6 +11,6 @@
|
|||||||
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
|
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
<div id="main"></div>
|
<div id="main"></div>
|
||||||
<script src="js/bundle.js"></script>
|
<script src="build/app.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -4,8 +4,13 @@
|
|||||||
"description": "Das neue web client for Ascribe",
|
"description": "Das neue web client for Ascribe",
|
||||||
"main": "js/app.js",
|
"main": "js/app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
<<<<<<< HEAD
|
||||||
"start": "watchify -o js/bundle.js -v -d js/app.js",
|
"start": "watchify -o js/bundle.js -v -d js/app.js",
|
||||||
"build": "browserify . -t [envify --NODE_ENV production] | uglifyjs -cm > js/bundle.min.js",
|
"build": "browserify . -t [envify --NODE_ENV production] | uglifyjs -cm > js/bundle.min.js",
|
||||||
|
=======
|
||||||
|
"watch": "watchify -o build/app.js -v -d js/app.js",
|
||||||
|
"build": "browserify . -t [envify --NODE_ENV production] | uglifyjs -cm > build/app.js",
|
||||||
|
>>>>>>> b000ecd925e2e23febd47b088384cf6d5d155a9c
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"author": "Ascribe",
|
"author": "Ascribe",
|
||||||
|
Loading…
Reference in New Issue
Block a user