зеркало из https://github.com/mozilla/commonplace.git
v0.7.0 add scroll state module (bug 986625)
This commit is contained in:
Родитель
5c2e5f70bf
Коммит
e4f93d43a6
10
.travis.yml
10
.travis.yml
|
@ -22,22 +22,14 @@ before_script:
|
|||
# Create an installation.
|
||||
- "git clone git://github.com/mozilla/marketplace-template.git"
|
||||
- "cd marketplace-template"
|
||||
- "npm install -g ../"
|
||||
- "npm install"
|
||||
- "make install"
|
||||
- "rm -rf node_modules/commonplace"
|
||||
- "npm install ../"
|
||||
- "make update"
|
||||
script:
|
||||
# Lint the installation.
|
||||
- "commonplace lint"
|
||||
# Start the webserver.
|
||||
- "make serve &"
|
||||
- "sleep 3"
|
||||
# Run the unit tests.
|
||||
- "DISPLAY=:99.0 ../casperjs/bin/casperjs test ../test"
|
||||
# Generate include files and test that they are there.
|
||||
- "make build"
|
||||
- "test -f src/media/js/include.js"
|
||||
# Delete the include files and test that they are gone.
|
||||
- "make clean"
|
||||
- "test ! -f src/media/js/include.js"
|
||||
|
|
|
@ -21,6 +21,7 @@ var CORE_MODULES = [
|
|||
'nunjucks.compat',
|
||||
'polyfill',
|
||||
'requests',
|
||||
'scroll_state',
|
||||
'site_config',
|
||||
'storage',
|
||||
'urls',
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "commonplace",
|
||||
"description": "Reusable components for Firefox Marketplace frontend projects.",
|
||||
"version": "0.6.8",
|
||||
"version": "0.7.0",
|
||||
"main": "lib/commonplace",
|
||||
"preferGlobal": true,
|
||||
"repository": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче