v0.7.0 add scroll state module (bug 986625)

This commit is contained in:
Kevin Ngo 2015-02-10 17:45:40 -08:00
Родитель 5c2e5f70bf
Коммит e4f93d43a6
3 изменённых файлов: 3 добавлений и 10 удалений

Просмотреть файл

@ -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": {