mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-02 17:03:36 +00:00
update docs
This commit is contained in:
parent
e3dd315518
commit
b6c7f09938
@ -1,7 +1,7 @@
|
|||||||
Using Embark with Grunt
|
Using Embark with Grunt
|
||||||
====================================
|
====================================
|
||||||
|
|
||||||
** 1. Edit embark.json **
|
**1. Edit embark.json**
|
||||||
|
|
||||||
Edit ``embark.json`` to have the line ``"js/app.js": ["embark.js"]``, this will make embark create the file containing the contracts initilization to ``dist/app.js``.
|
Edit ``embark.json`` to have the line ``"js/app.js": ["embark.js"]``, this will make embark create the file containing the contracts initilization to ``dist/app.js``.
|
||||||
|
|
||||||
@ -18,8 +18,7 @@ Edit ``embark.json`` to have the line ``"js/app.js": ["embark.js"]``, this will
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
** 2. add the generated file to Grunt config file so it's included with the
|
**2. add the generated file to Grunt config file so it's included with the other assets**
|
||||||
other assets **
|
|
||||||
|
|
||||||
.. code:: coffee
|
.. code:: coffee
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user